ARM64: dts: rk3366: assigned parents for vop dclks
authorFeng Xiao <xf@rock-chips.com>
Mon, 14 Mar 2016 09:52:04 +0000 (17:52 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Tue, 22 Mar 2016 11:28:09 +0000 (19:28 +0800)
For sheep board, we have decided to assign vop full for
use with HDMI. And we can also change it in the board
dts in the further.

Change-Id: Id966615c84cef50f0e8d849e3840434ba7f7b7ec
Signed-off-by: Feng Xiao <xf@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366.dtsi

index 9d9c36c6805933d8eeafeb8b37c34ac0fda7ba69..06e6ea0004ef71d872cdc82851958339d72d6a1a 100644 (file)
                #clock-cells = <1>;
                #reset-cells = <1>;
                assigned-clocks =
+                       <&cru DCLK_VOP_FULL>, <&cru DCLK_VOP_LITE>,
                        <&cru PLL_CPLL>, <&cru PLL_GPLL>,
                        <&cru PLL_NPLL>, <&cru PLL_MPLL>,
                        <&cru PLL_WPLL>, <&cru PLL_BPLL>,
                        <&cru ACLK_VOP_FULL>, <&cru ACLK_VOP_LITE>,
                        <&cru HCLK_VOP_LITE>,<&cru HCLK_VOP_LITE>;
                assigned-clock-rates =
+                       <0>, <0>,
                        <750000000>, <576000000>,
                        <594000000>, <594000000>,
                        <960000000>, <520000000>,
                        <375000000>, <288000000>,
                        <100000000>, <100000000>;
+               assigned-clock-parents =
+                       <&cru SCLK_MPLL_SRC>, <&cru PLL_NPLL>;
        };
 
        grf: syscon@ff770000 {