Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6f21a03b authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 042c8055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
};

&panel {
	compatible = "bananapi,s070wv20-ct16", "simple-panel";
	compatible = "bananapi,s070wv20-ct16";
};

&tcon0_out {