Commit 6f21a03b authored by Maxime Ripard's avatar Maxime Ripard

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
......@@ -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>;
......
......@@ -63,7 +63,7 @@ &codec {
};
&panel {
compatible = "bananapi,s070wv20-ct16", "simple-panel";
compatible = "bananapi,s070wv20-ct16";
};
&tcon0_out {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment