diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-04-25 15:22:43 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-05-04 19:59:56 +0200 |
commit | 6b70991043b37ebd2c6e814d120d84f45dc4cc69 (patch) | |
tree | b180593ec488446b1fb8da86ff80e2f6fc9aad02 /arch/arm/boot/dts/sun5i-r8.dtsi | |
parent | ARM: dts: sun7i: Enable S/PDIF on the Cubietruck (diff) | |
download | linux-6b70991043b37ebd2c6e814d120d84f45dc4cc69.tar.xz linux-6b70991043b37ebd2c6e814d120d84f45dc4cc69.zip |
ARM: sun5i: a13: Add display and TCON clocks
Enable the display and TCON (channel 0 and channel 1) clocks that are going
to be needed to drive the display engine, tcon and TV encoders.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-r8.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-r8.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun5i-r8.dtsi b/arch/arm/boot/dts/sun5i-r8.dtsi index e346ba76db5d..691d3de75b35 100644 --- a/arch/arm/boot/dts/sun5i-r8.dtsi +++ b/arch/arm/boot/dts/sun5i-r8.dtsi @@ -51,8 +51,9 @@ compatible = "allwinner,simple-framebuffer", "simple-framebuffer"; allwinner,pipeline = "de_be0-lcd0-tve0"; - clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>, - <&ahb_gates 44>, <&dram_gates 26>; + clocks = <&ahb_gates 34>, <&ahb_gates 36>, + <&ahb_gates 44>, <&de_be_clk>, + <&tcon_ch1_clk>, <&dram_gates 26>; status = "disabled"; }; }; |