Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: Remove simple-panel compatible

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>

+2 -2
+1 -1
arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
··· 49 49 compatible = "allwinner,q8-a13", "allwinner,sun5i-a13"; 50 50 51 51 panel: panel { 52 - compatible = "bananapi,s070wv20-ct16", "simple-panel"; 52 + compatible = "bananapi,s070wv20-ct16"; 53 53 power-supply = <&reg_vcc3v3>; 54 54 enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */ 55 55 backlight = <&backlight>;
+1 -1
arch/arm/boot/dts/sun8i-a23-q8-tablet.dts
··· 63 63 }; 64 64 65 65 &panel { 66 - compatible = "bananapi,s070wv20-ct16", "simple-panel"; 66 + compatible = "bananapi,s070wv20-ct16"; 67 67 }; 68 68 69 69 &tcon0_out {