Thread (4 messages) flat view 4 messages, 2 authors, 3d ago
WARM3d

[PATCH 1/2] ARM: dts: keystone-k2g: Add required #phy-cells to usb-nop-xceiv nodes

From: Bhargav Joshi <hidden>
Date: 2026-09-10 20:53:29
Also in: linux-arm-kernel, lkml
Subsystem: arm/texas instrument keystone architecture, the rest · Maintainers: Nishanth Menon, Santosh Shilimkar, Linus Torvalds

The usb-nop-xceiv binding requires "#phy-cells" with a value of 0.
usb0_phy and usb1_phy are missing it. Add the required property.

Signed-off-by: Bhargav Joshi <redacted>
---
 arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi
index dafe485dfe19..5a63874090eb 100644
--- a/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi
@@ -77,12 +77,14 @@ usbphy {
 		usb0_phy: usb-phy@0 {
 			compatible = "usb-nop-xceiv";
 			reg = <0>;
+			#phy-cells = <0>;
 			status = "disabled";
 		};
 
 		usb1_phy: usb-phy@1 {
 			compatible = "usb-nop-xceiv";
 			reg = <1>;
+			#phy-cells = <0>;
 			status = "disabled";
 		};
 	};
-- 
2.55.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help