ARM: dts: sunxi: Remove simple-panel compatible
authorMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 23 Jul 2019 08:44:06 +0000 (10:44 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 23 Jul 2019 09:16:35 +0000 (11:16 +0200)
simple-panel based bindings need only the display compatible, and
simple-panel isn't documented anywhere. Remove it.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
arch/arm/boot/dts/sun8i-a23-q8-tablet.dts

index fde559a..f9fc1c8 100644 (file)
@@ -49,7 +49,7 @@
        compatible = "allwinner,q8-a13", "allwinner,sun5i-a13";
 
        panel: panel {
-               compatible = "bananapi,s070wv20-ct16", "simple-panel";
+               compatible = "bananapi,s070wv20-ct16";
                power-supply = <&reg_vcc3v3>;
                enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */
                backlight = <&backlight>;
index 5659c63..51097c7 100644 (file)
@@ -63,7 +63,7 @@
 };
 
 &panel {
-       compatible = "bananapi,s070wv20-ct16", "simple-panel";
+       compatible = "bananapi,s070wv20-ct16";
 };
 
 &tcon0_out {