]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: allwinner: sun5i-a13-utoo-p66: delete "power-gpios" property
authorChen-Yu Tsai <wens@kernel.org>
Thu, 25 Dec 2025 10:36:14 +0000 (18:36 +0800)
committerChen-Yu Tsai <wens@kernel.org>
Tue, 6 Jan 2026 17:56:06 +0000 (01:56 +0800)
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: 2a53aff27236 ("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>
arch/arm/boot/dts/allwinner/sun5i-a13-utoo-p66.dts

index be486d28d04faeb4cfe98306bdb3cf25475e8963..428cab5a0e906e231e02be0dcc601fab928b0007 100644 (file)
        /* The P66 uses a different EINT then the reference design */
        interrupts = <6 9 IRQ_TYPE_EDGE_FALLING>; /* EINT9 (PG9) */
        /* The icn8318 binding expects wake-gpios instead of power-gpios */
+       /delete-property/ power-gpios;
        wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
        touchscreen-size-x = <800>;
        touchscreen-size-y = <480>;