diff options
author | Maxime Ripard | 2017-05-17 09:40:49 +0200 |
---|---|---|
committer | Chen-Yu Tsai | 2017-05-19 09:20:04 +0200 |
commit | 0d2c6f023ea173ef59a930b67e2e02a943f60b63 (patch) | |
tree | 7f9dc5ddc82a5c7f2628b91c135ced2d42e4c6b6 /arch/arm/boot/dts/sun5i.dtsi | |
parent | ARM: sun8i: v3s: enable SPI (diff) | |
download | kernel-qcow2-linux-0d2c6f023ea173ef59a930b67e2e02a943f60b63.tar.gz kernel-qcow2-linux-0d2c6f023ea173ef59a930b67e2e02a943f60b63.tar.xz kernel-qcow2-linux-0d2c6f023ea173ef59a930b67e2e02a943f60b63.zip |
ARM: sun5i: a10s: Add the HDMI controller node
The A10s has an HDMI controller connected to the second TCON channel. Add
it to our DT.
Since the TV Encoder was the only channel 1 user so far, also add the
property now that we have several users.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[wens@csie.org: Replaced CLK_PLL_VIDEO[01]_2X with raw numbers for now
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun5i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index 5175f9cc9bed..0e29f1d98a9e 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -272,6 +272,7 @@ tcon0_out_tve0: endpoint@1 { reg = <1>; remote-endpoint = <&tve0_in_tcon0>; + allwinner,tcon-channel = <1>; }; }; }; |