From: Hans de Goede Date: Sun, 16 Nov 2014 16:09:32 +0000 (+0100) Subject: ARM: dts: sunxi: Add de_be0 clk parent pll to simplefb node X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=678e75d3e5526bee1b09f0e916096ec7f7d35c8e;p=deliverable%2Flinux.git ARM: dts: sunxi: Add de_be0 clk parent pll to simplefb node Avoid the parent pll for the mod-clk for de_be0 getting disabled when non of the other users are enabled (which can happen when none of i2c, spi and mmc are in use). Note for now we point directly to the parent rather then to the de_be0 mod-clk as that is not modelled in our devicetree yet. Signed-off-by: Hans de Goede Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 3ecc14936734..02d611862a99 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -34,7 +34,8 @@ framebuffer0-hdmi { compatible = "simple-framebuffer"; - clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>; + clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>, + <&ahb_gates 44>; status = "disabled"; }; }; diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi index f1be4a1799a3..419b1b0937c8 100644 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi @@ -31,7 +31,8 @@ framebuffer0-hdmi { compatible = "simple-framebuffer"; - clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>; + clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>, + <&ahb_gates 44>; status = "disabled"; }; }; diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 3ee513f82feb..0631873c76bb 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -69,6 +69,7 @@ framebuffer0-hdmi { compatible = "simple-framebuffer"; + clocks = <&pll6 0>; status = "disabled"; }; }; diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index fef1b4e7943f..786aa656f3bb 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -71,7 +71,8 @@ framebuffer0-hdmi { compatible = "simple-framebuffer"; - clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>; + clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>, + <&ahb_gates 44>; status = "disabled"; }; };