public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: sunxi: Remove simple-panel compatible
@ 2019-07-23  8:44 Maxime Ripard
  2019-07-23  8:44 ` [PATCH 2/2] ARM: dts: sunxi: Fix the HDMI PHY name Maxime Ripard
  2019-07-23  9:08 ` [PATCH 1/2] ARM: dts: sunxi: Remove simple-panel compatible Chen-Yu Tsai
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Ripard @ 2019-07-23  8:44 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard; +Cc: linux-arm-kernel

simple-panel based bindings need only the display compatible, and
simple-panel isn't documented anywhere. Remove it.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
 arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | 2 +-
 arch/arm/boot/dts/sun8i-a23-q8-tablet.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
index fde559a8b61e..f9fc1c8b60b8 100644
--- a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
+++ b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
@@ -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>;
diff --git a/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts b/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts
index 5659c63d7d77..51097c77a152 100644
--- a/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts
+++ b/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts
@@ -63,7 +63,7 @@
 };
 
 &panel {
-	compatible = "bananapi,s070wv20-ct16", "simple-panel";
+	compatible = "bananapi,s070wv20-ct16";
 };
 
 &tcon0_out {
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-23  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-23  8:44 [PATCH 1/2] ARM: dts: sunxi: Remove simple-panel compatible Maxime Ripard
2019-07-23  8:44 ` [PATCH 2/2] ARM: dts: sunxi: Fix the HDMI PHY name Maxime Ripard
2019-07-23  9:08   ` Chen-Yu Tsai
2019-07-23  9:08 ` [PATCH 1/2] ARM: dts: sunxi: Remove simple-panel compatible Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox