Skip to content

Commit 0b2761e

Browse files
committed
ARM: dts: allwinner: sun5i-a13-utoo-p66: delete "power-gpios" property
The P66's device tree includes the reference design dtsi files, which defines a node and properties for the touchpanel in the common design. The P66 dts file then overrides all the properties to match its own design, but as the touchpanel model is different, a different schema is matched. This other schema uses a different name for the GPIO. The original submission added the correct GPIO property, but did not delete the one inherited from the reference design, causing validation errors. Explicitly delete the incorrect GPIO property. Fixes: 2a53aff ("ARM: dts: sun5i: Enable touchscreen on Utoo P66") Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://patch.msgid.link/20251225103616.3203473-4-wens@kernel.org Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
1 parent bd14ba1 commit 0b2761e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/allwinner/sun5i-a13-utoo-p66.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
/* The P66 uses a different EINT then the reference design */
103103
interrupts = <6 9 IRQ_TYPE_EDGE_FALLING>; /* EINT9 (PG9) */
104104
/* The icn8318 binding expects wake-gpios instead of power-gpios */
105+
/delete-property/ power-gpios;
105106
wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
106107
touchscreen-size-x = <800>;
107108
touchscreen-size-y = <480>;

0 commit comments

Comments
 (0)