From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DAC8A36C9D8 for ; Sat, 28 Feb 2026 18:12:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772302337; cv=none; b=rptVAkdDHdf64lMwM30p/P6R+z5vAIwzCnYybMTPSQfUC6KM/2lsXVuqolGjjweeqh4FZi6L2Rxrs5+QMlanP3AqbE7MginoMR2ejRlOsufN0SzXfTVqBCrwF/HryY+GrI6Ui7iFrNvhQzZnlRRfh3uwYG+mQqzUVywrqAoLqgI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772302337; c=relaxed/simple; bh=fJAUufCRKcleQ2idj0zudljddEuuneFi/X3xaB3hJ/k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GOy/BTV8RQG9V9y0GmcZvSd81/1kRW3M5poF7atVNbeC9TDrN5f5RHFEtRqernZVYMMmSXWb+HnGJMHbHKgdt/NEltIwUn52oyUOqp2yuVErKNiyoj+sBTjQ6VAGkroQ65ozayOqp6C0GltuOyrjXX9v0ZbG8T8RvEXfC86JhwU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DNIwhW21; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DNIwhW21" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48880C19423; Sat, 28 Feb 2026 18:12:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772302337; bh=fJAUufCRKcleQ2idj0zudljddEuuneFi/X3xaB3hJ/k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DNIwhW21MEQecF2DvEYP+/HOw9EY5qggSeuHdgygn97Eme8ZnW3X2y3gc4c5AhbMR ICIbILWSvOzIoGz5GKnOlVFn9YfOJa3FmxeiJiSBbU6faCTkymmL1AcPx11LjUo0Zq 1YzDYpGfXk6L8fw/U5lkoJLOGVrjO2236Dslons0YYquwvEt2+diTPDrsiR8aEdpTN fc2FxrHS/H+lVO5pX6Gb7GhSXBbhBXuyd5T+V8RruNtHocI0ftQxon8DLbHmWpwFo9 tCvkjPQ932B/oOtDKGUSgDqjafp8VZcyeK2cCtSehRJ+pe4JN1nGh8a9TwuxvpxCss xT4I8sg5wrZSw== From: Sasha Levin To: patches@lists.linux.dev Cc: Chen-Yu Tsai , Jernej Skrabec , Sasha Levin Subject: [PATCH 6.1 059/232] ARM: dts: allwinner: sun5i-a13-utoo-p66: delete "power-gpios" property Date: Sat, 28 Feb 2026 13:08:32 -0500 Message-ID: <20260228181127.1592657-59-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260228181127.1592657-1-sashal@kernel.org> References: <20260228181127.1592657-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit From: Chen-Yu Tsai [ Upstream commit 0b2761eb1287bd9f62367cccf6626eb3107cef6f ] 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 Link: https://patch.msgid.link/20251225103616.3203473-4-wens@kernel.org Signed-off-by: Chen-Yu Tsai Signed-off-by: Sasha Levin --- arch/arm/boot/dts/sun5i-a13-utoo-p66.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts index be486d28d04fa..428cab5a0e906 100644 --- a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts +++ b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts @@ -102,6 +102,7 @@ &touchscreen { /* 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>; -- 2.51.0