[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251109-rk3566-pinenote-dt-fixes-upstream-v1-1-ed38d200cc04@cknow-tech.com>
Date: Sun, 09 Nov 2025 18:05:26 +0100
From: Diederik de Haas <diederik@...ow-tech.com>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Heiko Stuebner <heiko@...ech.de>,
Samuel Holland <samuel@...lland.org>
Cc: hrdl <git@...l.eu>, phantomas <phantomas@...ntomas.xyz>,
Dragan Simic <dsimic@...jaro.org>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-rockchip@...ts.infradead.org,
linux-kernel@...r.kernel.org, Diederik de Haas <diederik@...ow-tech.com>
Subject: [PATCH 1/2] arm64: dts: rockchip: Simplify usb-c-connector port on
rk3566-pinenote
The USB-C connector on the PineNote has only 1 port, so there's no need
for a 'ports' node with address-/size-cells properties as a single
'port' node suffices.
This fixes the following DT validation issue:
Warning (graph_child_address): /i2c@...c0000/tcpc@...connector/ports:
graph node has single child node 'port@0',
#address-cells/#size-cells are not necessary
Signed-off-by: Diederik de Haas <diederik@...ow-tech.com>
---
arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
index 5c6f8cc401c9..7c65fe4900be 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
@@ -485,16 +485,9 @@ connector {
typec-power-opmode = "default";
pd-disable;
- ports {
- #address-cells = <0x1>;
- #size-cells = <0x0>;
-
- port@0 {
- reg = <0x0>;
-
- typec_hs_usb2phy0: endpoint {
- remote-endpoint = <&usb2phy0_typec_hs>;
- };
+ port {
+ typec_hs_usb2phy0: endpoint {
+ remote-endpoint = <&usb2phy0_typec_hs>;
};
};
};
--
2.51.0
Powered by blists - more mailing lists