ARM: dts: sun8i: r40: Remove fallback compatible for TCON TV

A83T and R40 TCON TV are very similar. However, R40 TCON TV is wired
differently, which makes it incompatible with A83T TCON TV.

Because of that, remove fallback A83T TCON TV compatible.

Fixes: 05a43a262d ("ARM: dts: sun8i: r40: Add HDMI pipeline")

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Jernej Skrabec 2018-07-10 22:35:07 +02:00 committed by Maxime Ripard
parent e64cb21c05
commit f9105d819d
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 2 additions and 4 deletions

View File

@ -666,8 +666,7 @@
}; };
tcon_tv0: lcd-controller@1c73000 { tcon_tv0: lcd-controller@1c73000 {
compatible = "allwinner,sun8i-r40-tcon-tv", compatible = "allwinner,sun8i-r40-tcon-tv";
"allwinner,sun8i-a83t-tcon-tv";
reg = <0x01c73000 0x1000>; reg = <0x01c73000 0x1000>;
interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ccu CLK_BUS_TCON_TV0>, <&tcon_top 0>; clocks = <&ccu CLK_BUS_TCON_TV0>, <&tcon_top 0>;
@ -690,8 +689,7 @@
}; };
tcon_tv1: lcd-controller@1c74000 { tcon_tv1: lcd-controller@1c74000 {
compatible = "allwinner,sun8i-r40-tcon-tv", compatible = "allwinner,sun8i-r40-tcon-tv";
"allwinner,sun8i-a83t-tcon-tv";
reg = <0x01c74000 0x1000>; reg = <0x01c74000 0x1000>;
interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ccu CLK_BUS_TCON_TV1>, <&tcon_top 1>; clocks = <&ccu CLK_BUS_TCON_TV1>, <&tcon_top 1>;