]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sunxi: Add de_be0 clk parent pll to simplefb node
authorHans de Goede <hdegoede@redhat.com>
Sun, 16 Nov 2014 16:09:32 +0000 (17:09 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 23 Nov 2014 16:20:12 +0000 (17:20 +0100)
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 <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun5i-a10s.dtsi
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun7i-a20.dtsi

index 3ecc1493673400a06447f4c200b31dfd0da39de5..02d611862a998c29e0cf793c9ff18481cd5b1cff 100644 (file)
@@ -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";
                };
        };
index f1be4a1799a32cafc852d78a03ab8448d3eeafc3..419b1b0937c8d3dffab36df607421afa6c0890e2 100644 (file)
@@ -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";
                };
        };
index 3ee513f82febb3ceaddf08c126cce0e6a7704c44..0631873c76bb56af3988ce0874c2ab16bd8273f1 100644 (file)
@@ -69,6 +69,7 @@
 
                framebuffer0-hdmi {
                        compatible = "simple-framebuffer";
+                       clocks = <&pll6 0>;
                        status = "disabled";
                };
        };
index fef1b4e7943f2be2e53ece538036752b58134deb..786aa656f3bb4e0919e482d6f80ebdb5c797320d 100644 (file)
@@ -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";
                };
        };