devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names
@ 2025-03-30 19:38 Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 1/5] ARM: dts: marvell: " Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Wolfram Sang @ 2025-03-30 19:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Alexey Charkov, Andrew Lunn, Conor Dooley,
	devicetree, Gregory Clement, Krzysztof Kozlowski,
	Krzysztof Kozlowski, linux-omap, Piotr Wojtaszczyk, Rob Herring,
	Sebastian Hesselbarth, Shiraz Hashim, soc, Tony Lindgren,
	Viresh Kumar, Vladimir Zapolskiy

Changes since v1:
* use not "fix" in commit message to avoid backporting
* added Krzysztof's tags

Thanks for the input, Krzysztof!

After I corrected this for the at91-boards I was interested in, I let
the scripts run for the other boards, too, of course. Here is the
outcome. 49 less dtbs_check errors. Build bots were happy. No
dependencies, I suggest sub-trees apply them on their own. Thanks!

Happy hacking,

   Wolfram

Wolfram Sang (5):
  ARM: dts: marvell: use correct ohci/ehci node names
  ARM: dts: nxp: lpc: use correct ohci/ehci node names
  ARM: dts: st: use correct ohci/ehci node names
  ARM: dts: ti: omap: use correct ohci/ehci node names
  ARM: dts: vt8500: use correct ohci/ehci node names

 arch/arm/boot/dts/marvell/kirkwood-db.dtsi             | 2 +-
 arch/arm/boot/dts/marvell/kirkwood-dir665.dts          | 2 +-
 arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts | 2 +-
 arch/arm/boot/dts/marvell/kirkwood.dtsi                | 2 +-
 arch/arm/boot/dts/marvell/orion5x.dtsi                 | 4 ++--
 arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi                 | 2 +-
 arch/arm/boot/dts/st/spear1310-evb.dts                 | 8 ++++----
 arch/arm/boot/dts/st/spear1340-evb.dts                 | 8 ++++----
 arch/arm/boot/dts/st/spear13xx.dtsi                    | 8 ++++----
 arch/arm/boot/dts/st/spear300-evb.dts                  | 6 +++---
 arch/arm/boot/dts/st/spear310-evb.dts                  | 6 +++---
 arch/arm/boot/dts/st/spear320-evb.dts                  | 6 +++---
 arch/arm/boot/dts/st/spear320-hmi.dts                  | 6 +++---
 arch/arm/boot/dts/st/spear3xx.dtsi                     | 6 +++---
 arch/arm/boot/dts/st/spear600.dtsi                     | 8 ++++----
 arch/arm/boot/dts/ti/omap/omap3.dtsi                   | 4 ++--
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi                | 4 ++--
 arch/arm/boot/dts/ti/omap/omap5-l4.dtsi                | 4 ++--
 arch/arm/boot/dts/vt8500/vt8500.dtsi                   | 2 +-
 arch/arm/boot/dts/vt8500/wm8505.dtsi                   | 2 +-
 arch/arm/boot/dts/vt8500/wm8650.dtsi                   | 2 +-
 arch/arm/boot/dts/vt8500/wm8750.dtsi                   | 2 +-
 arch/arm/boot/dts/vt8500/wm8850.dtsi                   | 2 +-
 23 files changed, 49 insertions(+), 49 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v2 1/5] ARM: dts: marvell: use correct ohci/ehci node names
  2025-03-30 19:38 [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names Wolfram Sang
@ 2025-03-30 19:38 ` Wolfram Sang
  2025-03-31  9:42   ` Gregory CLEMENT
  2025-03-30 19:38 ` [PATCH v2 2/5] ARM: dts: nxp: lpc: " Wolfram Sang
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Wolfram Sang @ 2025-03-30 19:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree

They should be named "usb@".

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/marvell/kirkwood-db.dtsi             | 2 +-
 arch/arm/boot/dts/marvell/kirkwood-dir665.dts          | 2 +-
 arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts | 2 +-
 arch/arm/boot/dts/marvell/kirkwood.dtsi                | 2 +-
 arch/arm/boot/dts/marvell/orion5x.dtsi                 | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/marvell/kirkwood-db.dtsi b/arch/arm/boot/dts/marvell/kirkwood-db.dtsi
index 6fe2e31534af..8bacaeb4f4bd 100644
--- a/arch/arm/boot/dts/marvell/kirkwood-db.dtsi
+++ b/arch/arm/boot/dts/marvell/kirkwood-db.dtsi
@@ -39,7 +39,7 @@ sata@80000 {
 			status = "okay";
 		};
 
-		ehci@50000 {
+		usb@50000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/marvell/kirkwood-dir665.dts b/arch/arm/boot/dts/marvell/kirkwood-dir665.dts
index 2f6793f794cd..36394d1ab3e2 100644
--- a/arch/arm/boot/dts/marvell/kirkwood-dir665.dts
+++ b/arch/arm/boot/dts/marvell/kirkwood-dir665.dts
@@ -129,7 +129,7 @@ i2c@11000 {
 			status = "okay";
 		};
 
-		ehci@50000 {
+		usb@50000 {
 			status = "okay";
 		};
 	};
diff --git a/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts b/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts
index e3b41784c876..051579fc36b8 100644
--- a/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts
+++ b/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts
@@ -63,7 +63,7 @@ serial@12000 {
 			status = "okay";
 		};
 
-		ehci@50000 {
+		usb@50000 {
 			status = "okay";
 		};
 	};
diff --git a/arch/arm/boot/dts/marvell/kirkwood.dtsi b/arch/arm/boot/dts/marvell/kirkwood.dtsi
index 815ef7719d13..8a1338e672b3 100644
--- a/arch/arm/boot/dts/marvell/kirkwood.dtsi
+++ b/arch/arm/boot/dts/marvell/kirkwood.dtsi
@@ -263,7 +263,7 @@ cesa: crypto@30000 {
 			status = "okay";
 		};
 
-		usb0: ehci@50000 {
+		usb0: usb@50000 {
 			compatible = "marvell,orion-ehci";
 			reg = <0x50000 0x1000>;
 			interrupts = <19>;
diff --git a/arch/arm/boot/dts/marvell/orion5x.dtsi b/arch/arm/boot/dts/marvell/orion5x.dtsi
index 2d41f5c166ee..939259c57e05 100644
--- a/arch/arm/boot/dts/marvell/orion5x.dtsi
+++ b/arch/arm/boot/dts/marvell/orion5x.dtsi
@@ -146,7 +146,7 @@ wdt: wdt@20300 {
 				status = "okay";
 			};
 
-			ehci0: ehci@50000 {
+			ehci0: usb@50000 {
 				compatible = "marvell,orion-ehci";
 				reg = <0x50000 0x1000>;
 				interrupts = <17>;
@@ -218,7 +218,7 @@ cesa: crypto@90000 {
 				status = "okay";
 			};
 
-			ehci1: ehci@a0000 {
+			ehci1: usb@a0000 {
 				compatible = "marvell,orion-ehci";
 				reg = <0xa0000 0x1000>;
 				interrupts = <12>;
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v2 2/5] ARM: dts: nxp: lpc: use correct ohci/ehci node names
  2025-03-30 19:38 [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 1/5] ARM: dts: marvell: " Wolfram Sang
@ 2025-03-30 19:38 ` Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 3/5] ARM: dts: st: " Wolfram Sang
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Wolfram Sang @ 2025-03-30 19:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Vladimir Zapolskiy,
	Piotr Wojtaszczyk, devicetree

They should be named "usb@".

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
index 974410918f35..41f41a786f9d 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -94,7 +94,7 @@ usb {
 			/*
 			 * Enable either ohci or usbd (gadget)!
 			 */
-			ohci: ohci@0 {
+			ohci: usb@0 {
 				compatible = "nxp,ohci-nxp", "usb-ohci";
 				reg = <0x0 0x300>;
 				interrupt-parent = <&sic1>;
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v2 3/5] ARM: dts: st: use correct ohci/ehci node names
  2025-03-30 19:38 [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 1/5] ARM: dts: marvell: " Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 2/5] ARM: dts: nxp: lpc: " Wolfram Sang
@ 2025-03-30 19:38 ` Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 4/5] ARM: dts: ti: omap: " Wolfram Sang
  2025-03-30 19:38 ` [PATCH v2 5/5] ARM: dts: vt8500: " Wolfram Sang
  4 siblings, 0 replies; 11+ messages in thread
From: Wolfram Sang @ 2025-03-30 19:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Viresh Kumar, Shiraz Hashim,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, soc, devicetree

They should be named "usb@".

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/st/spear1310-evb.dts | 8 ++++----
 arch/arm/boot/dts/st/spear1340-evb.dts | 8 ++++----
 arch/arm/boot/dts/st/spear13xx.dtsi    | 8 ++++----
 arch/arm/boot/dts/st/spear300-evb.dts  | 6 +++---
 arch/arm/boot/dts/st/spear310-evb.dts  | 6 +++---
 arch/arm/boot/dts/st/spear320-evb.dts  | 6 +++---
 arch/arm/boot/dts/st/spear320-hmi.dts  | 6 +++---
 arch/arm/boot/dts/st/spear3xx.dtsi     | 6 +++---
 arch/arm/boot/dts/st/spear600.dtsi     | 8 ++++----
 9 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/arch/arm/boot/dts/st/spear1310-evb.dts b/arch/arm/boot/dts/st/spear1310-evb.dts
index ad216571ba57..089bd7db55c7 100644
--- a/arch/arm/boot/dts/st/spear1310-evb.dts
+++ b/arch/arm/boot/dts/st/spear1310-evb.dts
@@ -205,19 +205,19 @@ partition@390000 {
 			};
 		};
 
-		ehci@e4800000 {
+		usb@e4800000 {
 			status = "okay";
 		};
 
-		ehci@e5800000 {
+		usb@e5800000 {
 			status = "okay";
 		};
 
-		ohci@e4000000 {
+		usb@e4000000 {
 			status = "okay";
 		};
 
-		ohci@e5000000 {
+		usb@e5000000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/st/spear1340-evb.dts b/arch/arm/boot/dts/st/spear1340-evb.dts
index 9b515b21a633..d24146c3c9e8 100644
--- a/arch/arm/boot/dts/st/spear1340-evb.dts
+++ b/arch/arm/boot/dts/st/spear1340-evb.dts
@@ -203,7 +203,7 @@ partition@390000 {
 			};
 		};
 
-		ehci@e4800000 {
+		usb@e4800000 {
 			status = "okay";
 		};
 
@@ -221,7 +221,7 @@ button@1 {
 			};
 		};
 
-		ehci@e5800000 {
+		usb@e5800000 {
 			status = "okay";
 		};
 
@@ -238,11 +238,11 @@ incodec: dir-hifi {
 			status = "okay";
 		};
 
-		ohci@e4000000 {
+		usb@e4000000 {
 			status = "okay";
 		};
 
-		ohci@e5000000 {
+		usb@e5000000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/st/spear13xx.dtsi b/arch/arm/boot/dts/st/spear13xx.dtsi
index 3b6897084e26..76749992394d 100644
--- a/arch/arm/boot/dts/st/spear13xx.dtsi
+++ b/arch/arm/boot/dts/st/spear13xx.dtsi
@@ -174,7 +174,7 @@ smi: flash@ea000000 {
 			status = "disabled";
 		};
 
-		ehci@e4800000 {
+		usb@e4800000 {
 			compatible = "st,spear600-ehci", "usb-ehci";
 			reg = <0xe4800000 0x1000>;
 			interrupts = <0 64 0x4>;
@@ -182,7 +182,7 @@ ehci@e4800000 {
 			status = "disabled";
 		};
 
-		ehci@e5800000 {
+		usb@e5800000 {
 			compatible = "st,spear600-ehci", "usb-ehci";
 			reg = <0xe5800000 0x1000>;
 			interrupts = <0 66 0x4>;
@@ -190,7 +190,7 @@ ehci@e5800000 {
 			status = "disabled";
 		};
 
-		ohci@e4000000 {
+		usb@e4000000 {
 			compatible = "st,spear600-ohci", "usb-ohci";
 			reg = <0xe4000000 0x1000>;
 			interrupts = <0 65 0x4>;
@@ -198,7 +198,7 @@ ohci@e4000000 {
 			status = "disabled";
 		};
 
-		ohci@e5000000 {
+		usb@e5000000 {
 			compatible = "st,spear600-ohci", "usb-ohci";
 			reg = <0xe5000000 0x1000>;
 			interrupts = <0 67 0x4>;
diff --git a/arch/arm/boot/dts/st/spear300-evb.dts b/arch/arm/boot/dts/st/spear300-evb.dts
index 303ef29fb805..7d4e6412d558 100644
--- a/arch/arm/boot/dts/st/spear300-evb.dts
+++ b/arch/arm/boot/dts/st/spear300-evb.dts
@@ -119,15 +119,15 @@ spi0: spi@d0100000 {
 			status = "okay";
 		};
 
-		ehci@e1800000 {
+		usb@e1800000 {
 			status = "okay";
 		};
 
-		ohci@e1900000 {
+		usb@e1900000 {
 			status = "okay";
 		};
 
-		ohci@e2100000 {
+		usb@e2100000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/st/spear310-evb.dts b/arch/arm/boot/dts/st/spear310-evb.dts
index ea0b53036f7b..459182210825 100644
--- a/arch/arm/boot/dts/st/spear310-evb.dts
+++ b/arch/arm/boot/dts/st/spear310-evb.dts
@@ -133,15 +133,15 @@ spi0: spi@d0100000 {
 			status = "okay";
 		};
 
-		ehci@e1800000 {
+		usb@e1800000 {
 			status = "okay";
 		};
 
-		ohci@e1900000 {
+		usb@e1900000 {
 			status = "okay";
 		};
 
-		ohci@e2100000 {
+		usb@e2100000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/st/spear320-evb.dts b/arch/arm/boot/dts/st/spear320-evb.dts
index 3c026d021c92..6ac53d993cf3 100644
--- a/arch/arm/boot/dts/st/spear320-evb.dts
+++ b/arch/arm/boot/dts/st/spear320-evb.dts
@@ -142,15 +142,15 @@ spi2: spi@a6000000 {
 			status = "okay";
 		};
 
-		ehci@e1800000 {
+		usb@e1800000 {
 			status = "okay";
 		};
 
-		ohci@e1900000 {
+		usb@e1900000 {
 			status = "okay";
 		};
 
-		ohci@e2100000 {
+		usb@e2100000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/st/spear320-hmi.dts b/arch/arm/boot/dts/st/spear320-hmi.dts
index 721e5ee7b680..8010918e5257 100644
--- a/arch/arm/boot/dts/st/spear320-hmi.dts
+++ b/arch/arm/boot/dts/st/spear320-hmi.dts
@@ -92,7 +92,7 @@ dma@fc400000 {
 			status = "okay";
 		};
 
-		ehci@e1800000 {
+		usb@e1800000 {
 			status = "okay";
 		};
 
@@ -147,11 +147,11 @@ button@2 {
 			};
 		};
 
-		ohci@e1900000 {
+		usb@e1900000 {
 			status = "okay";
 		};
 
-		ohci@e2100000 {
+		usb@e2100000 {
 			status = "okay";
 		};
 
diff --git a/arch/arm/boot/dts/st/spear3xx.dtsi b/arch/arm/boot/dts/st/spear3xx.dtsi
index cc88ebe7a60c..f54bb80ba28a 100644
--- a/arch/arm/boot/dts/st/spear3xx.dtsi
+++ b/arch/arm/boot/dts/st/spear3xx.dtsi
@@ -73,21 +73,21 @@ spi0: spi@d0100000 {
 			status = "disabled";
 		};
 
-		ehci@e1800000 {
+		usb@e1800000 {
 			compatible = "st,spear600-ehci", "usb-ehci";
 			reg = <0xe1800000 0x1000>;
 			interrupts = <26>;
 			status = "disabled";
 		};
 
-		ohci@e1900000 {
+		usb@e1900000 {
 			compatible = "st,spear600-ohci", "usb-ohci";
 			reg = <0xe1900000 0x1000>;
 			interrupts = <25>;
 			status = "disabled";
 		};
 
-		ohci@e2100000 {
+		usb@e2100000 {
 			compatible = "st,spear600-ohci", "usb-ohci";
 			reg = <0xe2100000 0x1000>;
 			interrupts = <27>;
diff --git a/arch/arm/boot/dts/st/spear600.dtsi b/arch/arm/boot/dts/st/spear600.dtsi
index 6b67c0ceaed9..9a93367445ca 100644
--- a/arch/arm/boot/dts/st/spear600.dtsi
+++ b/arch/arm/boot/dts/st/spear600.dtsi
@@ -91,7 +91,7 @@ smi: flash@fc000000 {
 			status = "disabled";
 		};
 
-		ehci_usb0: ehci@e1800000 {
+		ehci_usb0: usb@e1800000 {
 			compatible = "st,spear600-ehci", "usb-ehci";
 			reg = <0xe1800000 0x1000>;
 			interrupt-parent = <&vic1>;
@@ -99,7 +99,7 @@ ehci_usb0: ehci@e1800000 {
 			status = "disabled";
 		};
 
-		ehci_usb1: ehci@e2000000 {
+		ehci_usb1: usb@e2000000 {
 			compatible = "st,spear600-ehci", "usb-ehci";
 			reg = <0xe2000000 0x1000>;
 			interrupt-parent = <&vic1>;
@@ -107,7 +107,7 @@ ehci_usb1: ehci@e2000000 {
 			status = "disabled";
 		};
 
-		ohci_usb0: ohci@e1900000 {
+		ohci_usb0: usb@e1900000 {
 			compatible = "st,spear600-ohci", "usb-ohci";
 			reg = <0xe1900000 0x1000>;
 			interrupt-parent = <&vic1>;
@@ -115,7 +115,7 @@ ohci_usb0: ohci@e1900000 {
 			status = "disabled";
 		};
 
-		ohci_usb1: ohci@e2100000 {
+		ohci_usb1: usb@e2100000 {
 			compatible = "st,spear600-ohci", "usb-ohci";
 			reg = <0xe2100000 0x1000>;
 			interrupt-parent = <&vic1>;
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v2 4/5] ARM: dts: ti: omap: use correct ohci/ehci node names
  2025-03-30 19:38 [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names Wolfram Sang
                   ` (2 preceding siblings ...)
  2025-03-30 19:38 ` [PATCH v2 3/5] ARM: dts: st: " Wolfram Sang
@ 2025-03-30 19:38 ` Wolfram Sang
  2025-04-11  0:34   ` Kevin Hilman
  2025-03-30 19:38 ` [PATCH v2 5/5] ARM: dts: vt8500: " Wolfram Sang
  4 siblings, 1 reply; 11+ messages in thread
From: Wolfram Sang @ 2025-03-30 19:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Tony Lindgren, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-omap, devicetree

They should be named "usb@".

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/ti/omap/omap3.dtsi    | 4 ++--
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi | 4 ++--
 arch/arm/boot/dts/ti/omap/omap5-l4.dtsi | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/ti/omap/omap3.dtsi b/arch/arm/boot/dts/ti/omap/omap3.dtsi
index 92cd4c99dae7..817474ee2d13 100644
--- a/arch/arm/boot/dts/ti/omap/omap3.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap3.dtsi
@@ -862,14 +862,14 @@ usbhshost: usbhshost@48064000 {
 			#size-cells = <1>;
 			ranges;
 
-			usbhsohci: ohci@48064400 {
+			usbhsohci: usb@48064400 {
 				compatible = "ti,ohci-omap3";
 				reg = <0x48064400 0x400>;
 				interrupts = <76>;
 				remote-wakeup-connected;
 			};
 
-			usbhsehci: ehci@48064800 {
+			usbhsehci: usb@48064800 {
 				compatible = "ti,ehci-omap";
 				reg = <0x48064800 0x400>;
 				interrupts = <77>;
diff --git a/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi b/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
index 150dd84c9e0f..4ee53dfb71b4 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
@@ -302,14 +302,14 @@ usbhshost: usbhshost@0 {
 					      "refclk_60m_ext_p1",
 					      "refclk_60m_ext_p2";
 
-				usbhsohci: ohci@800 {
+				usbhsohci: usb@800 {
 					compatible = "ti,ohci-omap3";
 					reg = <0x800 0x400>;
 					interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
 					remote-wakeup-connected;
 				};
 
-				usbhsehci: ehci@c00 {
+				usbhsehci: usb@c00 {
 					compatible = "ti,ehci-omap";
 					reg = <0xc00 0x400>;
 					interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi b/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi
index 3b505fe415ed..9f6100c7c34d 100644
--- a/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi
@@ -331,14 +331,14 @@ usbhshost: usbhshost@0 {
 					      "refclk_60m_ext_p1",
 					      "refclk_60m_ext_p2";
 
-				usbhsohci: ohci@800 {
+				usbhsohci: usb@800 {
 					compatible = "ti,ohci-omap3";
 					reg = <0x800 0x400>;
 					interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
 					remote-wakeup-connected;
 				};
 
-				usbhsehci: ehci@c00 {
+				usbhsehci: usb@c00 {
 					compatible = "ti,ehci-omap";
 					reg = <0xc00 0x400>;
 					interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v2 5/5] ARM: dts: vt8500: use correct ohci/ehci node names
  2025-03-30 19:38 [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names Wolfram Sang
                   ` (3 preceding siblings ...)
  2025-03-30 19:38 ` [PATCH v2 4/5] ARM: dts: ti: omap: " Wolfram Sang
@ 2025-03-30 19:38 ` Wolfram Sang
  2025-04-16  7:41   ` (subset) " Krzysztof Kozlowski
  4 siblings, 1 reply; 11+ messages in thread
From: Wolfram Sang @ 2025-03-30 19:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Alexey Charkov,
	Krzysztof Kozlowski, Rob Herring, Conor Dooley, devicetree

They should be named "usb@".

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
 arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
 arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
 arch/arm/boot/dts/vt8500/wm8750.dtsi | 2 +-
 arch/arm/boot/dts/vt8500/wm8850.dtsi | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/vt8500/vt8500.dtsi b/arch/arm/boot/dts/vt8500/vt8500.dtsi
index f23cb5ee11ae..09f5ed3e6821 100644
--- a/arch/arm/boot/dts/vt8500/vt8500.dtsi
+++ b/arch/arm/boot/dts/vt8500/vt8500.dtsi
@@ -109,7 +109,7 @@ timer@d8130100 {
 			interrupts = <36>;
 		};
 
-		ehci@d8007900 {
+		usb@d8007900 {
 			compatible = "via,vt8500-ehci";
 			reg = <0xd8007900 0x200>;
 			interrupts = <43>;
diff --git a/arch/arm/boot/dts/vt8500/wm8505.dtsi b/arch/arm/boot/dts/vt8500/wm8505.dtsi
index d9e1280372c5..c81810b967bb 100644
--- a/arch/arm/boot/dts/vt8500/wm8505.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8505.dtsi
@@ -207,7 +207,7 @@ timer@d8130100 {
 			interrupts = <36>;
 		};
 
-		ehci@d8007100 {
+		usb@d8007100 {
 			compatible = "via,vt8500-ehci";
 			reg = <0xd8007100 0x200>;
 			interrupts = <1>;
diff --git a/arch/arm/boot/dts/vt8500/wm8650.dtsi b/arch/arm/boot/dts/vt8500/wm8650.dtsi
index 35d12d77efc0..555008120a3e 100644
--- a/arch/arm/boot/dts/vt8500/wm8650.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8650.dtsi
@@ -179,7 +179,7 @@ timer@d8130100 {
 			interrupts = <36>;
 		};
 
-		ehci@d8007900 {
+		usb@d8007900 {
 			compatible = "via,vt8500-ehci";
 			reg = <0xd8007900 0x200>;
 			interrupts = <43>;
diff --git a/arch/arm/boot/dts/vt8500/wm8750.dtsi b/arch/arm/boot/dts/vt8500/wm8750.dtsi
index b292f85d4e69..309f6e5129fb 100644
--- a/arch/arm/boot/dts/vt8500/wm8750.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8750.dtsi
@@ -251,7 +251,7 @@ timer@d8130100 {
 			interrupts = <36>;
 		};
 
-		ehci@d8007900 {
+		usb@d8007900 {
 			compatible = "via,vt8500-ehci";
 			reg = <0xd8007900 0x200>;
 			interrupts = <26>;
diff --git a/arch/arm/boot/dts/vt8500/wm8850.dtsi b/arch/arm/boot/dts/vt8500/wm8850.dtsi
index c61717ebb4f1..3f4a514d65e2 100644
--- a/arch/arm/boot/dts/vt8500/wm8850.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8850.dtsi
@@ -238,7 +238,7 @@ timer@d8130100 {
 			interrupts = <36>;
 		};
 
-		ehci@d8007900 {
+		usb@d8007900 {
 			compatible = "via,vt8500-ehci";
 			reg = <0xd8007900 0x200>;
 			interrupts = <26>;
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH v2 1/5] ARM: dts: marvell: use correct ohci/ehci node names
  2025-03-30 19:38 ` [PATCH v2 1/5] ARM: dts: marvell: " Wolfram Sang
@ 2025-03-31  9:42   ` Gregory CLEMENT
  0 siblings, 0 replies; 11+ messages in thread
From: Gregory CLEMENT @ 2025-03-31  9:42 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Andrew Lunn,
	Sebastian Hesselbarth, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree

Hello Wolfram

> They should be named "usb@".
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/marvell/kirkwood-db.dtsi             | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood-dir665.dts          | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood.dtsi                | 2 +-
>  arch/arm/boot/dts/marvell/orion5x.dtsi                 | 4 ++--
>  5 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-db.dtsi b/arch/arm/boot/dts/marvell/kirkwood-db.dtsi
> index 6fe2e31534af..8bacaeb4f4bd 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-db.dtsi
> +++ b/arch/arm/boot/dts/marvell/kirkwood-db.dtsi
> @@ -39,7 +39,7 @@ sata@80000 {
>  			status = "okay";
>  		};
>  
> -		ehci@50000 {
> +		usb@50000 {
>  			status = "okay";
>  		};
>  
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-dir665.dts b/arch/arm/boot/dts/marvell/kirkwood-dir665.dts
> index 2f6793f794cd..36394d1ab3e2 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-dir665.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-dir665.dts
> @@ -129,7 +129,7 @@ i2c@11000 {
>  			status = "okay";
>  		};
>  
> -		ehci@50000 {
> +		usb@50000 {
>  			status = "okay";
>  		};
>  	};
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts b/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts
> index e3b41784c876..051579fc36b8 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts
> @@ -63,7 +63,7 @@ serial@12000 {
>  			status = "okay";
>  		};
>  
> -		ehci@50000 {
> +		usb@50000 {
>  			status = "okay";
>  		};
>  	};
> diff --git a/arch/arm/boot/dts/marvell/kirkwood.dtsi b/arch/arm/boot/dts/marvell/kirkwood.dtsi
> index 815ef7719d13..8a1338e672b3 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood.dtsi
> +++ b/arch/arm/boot/dts/marvell/kirkwood.dtsi
> @@ -263,7 +263,7 @@ cesa: crypto@30000 {
>  			status = "okay";
>  		};
>  
> -		usb0: ehci@50000 {
> +		usb0: usb@50000 {
>  			compatible = "marvell,orion-ehci";
>  			reg = <0x50000 0x1000>;
>  			interrupts = <19>;
> diff --git a/arch/arm/boot/dts/marvell/orion5x.dtsi b/arch/arm/boot/dts/marvell/orion5x.dtsi
> index 2d41f5c166ee..939259c57e05 100644
> --- a/arch/arm/boot/dts/marvell/orion5x.dtsi
> +++ b/arch/arm/boot/dts/marvell/orion5x.dtsi
> @@ -146,7 +146,7 @@ wdt: wdt@20300 {
>  				status = "okay";
>  			};
>  
> -			ehci0: ehci@50000 {
> +			ehci0: usb@50000 {
>  				compatible = "marvell,orion-ehci";
>  				reg = <0x50000 0x1000>;
>  				interrupts = <17>;
> @@ -218,7 +218,7 @@ cesa: crypto@90000 {
>  				status = "okay";
>  			};
>  
> -			ehci1: ehci@a0000 {
> +			ehci1: usb@a0000 {
>  				compatible = "marvell,orion-ehci";
>  				reg = <0xa0000 0x1000>;
>  				interrupts = <12>;
> -- 
> 2.47.2
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v2 4/5] ARM: dts: ti: omap: use correct ohci/ehci node names
  2025-03-30 19:38 ` [PATCH v2 4/5] ARM: dts: ti: omap: " Wolfram Sang
@ 2025-04-11  0:34   ` Kevin Hilman
  0 siblings, 0 replies; 11+ messages in thread
From: Kevin Hilman @ 2025-04-11  0:34 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel
  Cc: Wolfram Sang, Krzysztof Kozlowski, Tony Lindgren, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-omap, devicetree

Wolfram Sang <wsa+renesas@sang-engineering.com> writes:

> They should be named "usb@".
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Thanks, queuing for OMAP.

Kevin

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: (subset) [PATCH v2 5/5] ARM: dts: vt8500: use correct ohci/ehci node names
  2025-03-30 19:38 ` [PATCH v2 5/5] ARM: dts: vt8500: " Wolfram Sang
@ 2025-04-16  7:41   ` Krzysztof Kozlowski
  2025-04-16  7:43     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2025-04-16  7:41 UTC (permalink / raw)
  To: linux-arm-kernel, Wolfram Sang
  Cc: Alexey Charkov, Krzysztof Kozlowski, Rob Herring, Conor Dooley,
	devicetree


On Sun, 30 Mar 2025 21:38:36 +0200, Wolfram Sang wrote:
> They should be named "usb@".
> 
> 

Applied, thanks!

[5/5] ARM: dts: vt8500: use correct ohci/ehci node names
      https://git.kernel.org/krzk/linux-dt/c/b112d9ffaa65635ec38dfa18661f6d8a358c275c

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: (subset) [PATCH v2 5/5] ARM: dts: vt8500: use correct ohci/ehci node names
  2025-04-16  7:41   ` (subset) " Krzysztof Kozlowski
@ 2025-04-16  7:43     ` Krzysztof Kozlowski
  2025-04-16  7:58       ` Wolfram Sang
  0 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2025-04-16  7:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-kernel, Wolfram Sang
  Cc: Alexey Charkov, Rob Herring, Conor Dooley, devicetree

On 16/04/2025 09:41, Krzysztof Kozlowski wrote:
> 
> On Sun, 30 Mar 2025 21:38:36 +0200, Wolfram Sang wrote:
>> They should be named "usb@".
>>
>>
> 
> Applied, thanks!
> 
> [5/5] ARM: dts: vt8500: use correct ohci/ehci node names
>       https://git.kernel.org/krzk/linux-dt/c/b112d9ffaa65635ec38dfa18661f6d8a358c275c
I assume the rest will be picked up by their maintainers, but if after
some time (+2 more weeks?) there is no update, you can ping me so I will
grab these as well.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: (subset) [PATCH v2 5/5] ARM: dts: vt8500: use correct ohci/ehci node names
  2025-04-16  7:43     ` Krzysztof Kozlowski
@ 2025-04-16  7:58       ` Wolfram Sang
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfram Sang @ 2025-04-16  7:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski, linux-arm-kernel, Alexey Charkov,
	Rob Herring, Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]


> I assume the rest will be picked up by their maintainers, but if after
> some time (+2 more weeks?) there is no update, you can ping me so I will
> grab these as well.

Will do, thank you!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-16  7:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-30 19:38 [PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names Wolfram Sang
2025-03-30 19:38 ` [PATCH v2 1/5] ARM: dts: marvell: " Wolfram Sang
2025-03-31  9:42   ` Gregory CLEMENT
2025-03-30 19:38 ` [PATCH v2 2/5] ARM: dts: nxp: lpc: " Wolfram Sang
2025-03-30 19:38 ` [PATCH v2 3/5] ARM: dts: st: " Wolfram Sang
2025-03-30 19:38 ` [PATCH v2 4/5] ARM: dts: ti: omap: " Wolfram Sang
2025-04-11  0:34   ` Kevin Hilman
2025-03-30 19:38 ` [PATCH v2 5/5] ARM: dts: vt8500: " Wolfram Sang
2025-04-16  7:41   ` (subset) " Krzysztof Kozlowski
2025-04-16  7:43     ` Krzysztof Kozlowski
2025-04-16  7:58       ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).