arm64: dts: allwinner: pinetab: Fix the panel compatible
The commit7fa40ca7ef
("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:7fa40ca7ef
("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
This commit is contained in:
parent
d9997fe96d
commit
f9740094f4
|
@ -17,7 +17,7 @@
|
|||
/delete-node/ panel@0;
|
||||
|
||||
panel@0 {
|
||||
compatible = "feixin,k101-im2byl02";
|
||||
compatible = "feixin,k101-im2byl02", "ilitek,ili9881c";
|
||||
reg = <0>;
|
||||
power-supply = <®_dc1sw>;
|
||||
reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
|
||||
|
|
Loading…
Reference in New Issue