clk: rockchip: rk3366: leave npll for VOP only
authorFeng Xiao <xf@rock-chips.com>
Mon, 14 Mar 2016 08:11:26 +0000 (16:11 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Tue, 22 Mar 2016 11:26:44 +0000 (19:26 +0800)
commita36f89898e8f4f33d39e60cecb1bafbecadfe79d
treedeb7f738b8a03b30e88245f4622a3afc1069f871
parentd1293e444e488072b78ce54b5d45c74d204c3b3a
clk: rockchip: rk3366: leave npll for VOP only

We will need a pll to support all kinds of clock rate requirement
for HDMI which may change the rate at run time.

In order not to affect other clocks, remove the npll from the
parent list of other clocks and only DCLK_VOP(FULL or LITE) can
select npll as parent. Also add the ability for DCLK_VOP to set
the rate of its parent (which is now forced to NPLL).

Change-Id: I1e13ef1c4f1b9728f9c173454d5056780c47a95e
Signed-off-by: Feng Xiao <xf@rock-chips.com>
drivers/clk/rockchip/clk-rk3366.c