Unverified Commit f9740094 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

arm64: dts: allwinner: pinetab: Fix the panel compatible



The commit 7fa40ca7 ("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: 7fa40ca7 ("arm64: allwinner: dts: a64: add DT for Early Adopter's PineTab")
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-18-maxime@cerno.tech
parent d9997fe9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ &dsi {
	/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 */