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>
This commit is contained in:
Maxime Ripard 2019-07-23 10:44:06 +02:00
parent 042c805545
commit 6f21a03b07
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ / {
compatible = "allwinner,q8-a13", "allwinner,sun5i-a13"; compatible = "allwinner,q8-a13", "allwinner,sun5i-a13";
panel: panel { panel: panel {
compatible = "bananapi,s070wv20-ct16", "simple-panel"; compatible = "bananapi,s070wv20-ct16";
power-supply = <&reg_vcc3v3>; power-supply = <&reg_vcc3v3>;
enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */ enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */
backlight = <&backlight>; backlight = <&backlight>;

View File

@ -63,7 +63,7 @@ &codec {
}; };
&panel { &panel {
compatible = "bananapi,s070wv20-ct16", "simple-panel"; compatible = "bananapi,s070wv20-ct16";
}; };
&tcon0_out { &tcon0_out {