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 <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Hans de Goede 2014-11-16 17:09:32 +01:00 committed by Maxime Ripard
parent 8efc5c2be5
commit 678e75d3e5
4 changed files with 7 additions and 3 deletions

View file

@ -34,7 +34,8 @@ chosen {
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";
};
};

View file

@ -31,7 +31,8 @@ chosen {
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";
};
};

View file

@ -69,6 +69,7 @@ chosen {
framebuffer0-hdmi {
compatible = "simple-framebuffer";
clocks = <&pll6 0>;
status = "disabled";
};
};

View file

@ -71,7 +71,8 @@ chosen {
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";
};
};