[PATCH 18/19] arm64: dts: allwinner: pinetab: Fix the panel compatible

Maxime Ripard maxime at cerno.tech
Thu Jan 14 06:35:37 EST 2021


The commit 7fa40ca7ef61 ("arm64: allwinner: dts: a64: add DT for Early
Adopter's PineTab") introduced an ili9881-based panel device node but
didn't conform to the binding. Fix this.

Fixes: 7fa40ca7ef61 ("arm64: allwinner: dts: a64: add DT for Early Adopter's PineTab")
Signed-off-by: Maxime Ripard <maxime at cerno.tech>
---
 .../boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts
index 652fc0cce304..6265360ce623 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts
@@ -17,7 +17,7 @@ &dsi {
 	/delete-node/ panel at 0;
 
 	panel at 0 {
-		compatible = "feixin,k101-im2byl02";
+		compatible = "feixin,k101-im2byl02", "ilitek,ili9881c";
 		reg = <0>;
 		power-supply = <&reg_dc1sw>;
 		reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
-- 
2.29.2




More information about the linux-arm-kernel mailing list