diff options
author | Maxime Ripard | 2016-03-23 17:38:32 +0100 |
---|---|---|
committer | Maxime Ripard | 2016-04-19 11:58:41 +0200 |
commit | 15bd920f9670f7fe13cec9148e5c05d160c2f30c (patch) | |
tree | 267733f8efe7c47316b6362f75b086a86d03816e /arch/arm/boot/dts | |
parent | ARM: sun5i: dt: Add pll3 and pll7 clocks (diff) | |
download | kernel-qcow2-linux-15bd920f9670f7fe13cec9148e5c05d160c2f30c.tar.gz kernel-qcow2-linux-15bd920f9670f7fe13cec9148e5c05d160c2f30c.tar.xz kernel-qcow2-linux-15bd920f9670f7fe13cec9148e5c05d160c2f30c.zip |
ARM: sun5i: Add TV encoder gate to the DTSI
It turns out that the A13 / R8 also have a tve encoder block, and a gate
for it.
Add it to the DT.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
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')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index d910d3a6c41c..7bbeec9fae92 100644 --- a/arch/arm/boot/dts/sun5i-a13.dtsi +++ b/arch/arm/boot/dts/sun5i-a13.dtsi @@ -110,8 +110,8 @@ <10>, <13>, <14>, <20>, <21>, <22>, - <28>, <32>, <36>, - <40>, <44>, + <28>, <32>, <34>, + <36>, <40>, <44>, <46>, <51>, <52>; clock-output-names = "ahb_usbotg", "ahb_ehci", @@ -120,8 +120,8 @@ "ahb_mmc2", "ahb_nand", "ahb_sdram", "ahb_spi0", "ahb_spi1", "ahb_spi2", - "ahb_stimer", "ahb_ve", "ahb_lcd", - "ahb_csi", "ahb_de_be", + "ahb_stimer", "ahb_ve", "ahb_tve", + "ahb_lcd", "ahb_csi", "ahb_de_be", "ahb_de_fe", "ahb_iep", "ahb_mali400"; }; |