clk: rockchip: add flags for rk3328 dclk_lcdc
authorZheng Yang <zhengyang@rock-chips.com>
Thu, 25 May 2017 10:00:24 +0000 (18:00 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 12 Feb 2018 14:00:55 +0000 (15:00 +0100)
commit36ec03618c12ad3308f7a80994ee4b2129a1e381
tree46a668cda737373fcb9e0214d7c3a08b67ca09b5
parent7f872cb362d312b0b75975441b3717253e323b81
clk: rockchip: add flags for rk3328 dclk_lcdc

dclk_lcdc can be sourced from a general pll source as well
as the hdmiphy's pll output. We will want to set this source
by hand (to the system-pll-source in most cases) and also
want rate changes to this clock to be able to also touch
the pll source clock if needed, so add CLK_SET_RATE_PARENT
and CLK_SET_RATE_NO_REPARENT for dclk_lcdc.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
[ammended commit message]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3328.c