arm64: dts: allwinner: pinetab: Fix the panel compatible
authorMaxime Ripard <maxime@cerno.tech>
Thu, 14 Jan 2021 11:35:37 +0000 (12:35 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Sun, 31 Jan 2021 18:49:20 +0000 (19:49 +0100)
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@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-18-maxime@cerno.tech
arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts

index 652fc0cce304abe37d9c7738e7144c6fd98a64c2..6265360ce623fa3e505038da66b33b9ea544ce6e 100644 (file)
@@ -17,7 +17,7 @@
        /delete-node/ panel@0;
 
        panel@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 */