diff mbox series

[v2,09/18] mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name

Message ID 20201111091552.15593-10-Sergey.Semin@baikalelectronics.ru
State Accepted
Commit 3180b64aa9f1f25e0a6a743091d5c786a1a85cbd
Headers show
Series dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name | expand

Commit Message

Serge Semin Nov. 11, 2020, 9:15 a.m. UTC
In accordance with the Generic EHCI/OHCI bindings the corresponding node
name is suppose to comply with the Generic USB HCD DT schema, which
requires the USB nodes to have the name acceptable by the regexp:
"^usb(@.*)?" . Make sure the "generic-ehci" and "generic-ohci"-compatible
nodes are correctly named.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/mips/boot/dts/ralink/mt7628a.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Bogendoerfer Nov. 12, 2020, 10:41 p.m. UTC | #1
On Wed, Nov 11, 2020 at 12:15:43PM +0300, Serge Semin wrote:
> In accordance with the Generic EHCI/OHCI bindings the corresponding node

> name is suppose to comply with the Generic USB HCD DT schema, which

> requires the USB nodes to have the name acceptable by the regexp:

> "^usb(@.*)?" . Make sure the "generic-ehci" and "generic-ohci"-compatible

> nodes are correctly named.

> 

> Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>

> Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

> ---

>  arch/mips/boot/dts/ralink/mt7628a.dtsi | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi
index 892e8ab863c5..45bf96a3d17a 100644
--- a/arch/mips/boot/dts/ralink/mt7628a.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi
@@ -275,7 +275,7 @@  usb_phy: usb-phy@10120000 {
 		reset-names = "host", "device";
 	};
 
-	ehci@101c0000 {
+	usb@101c0000 {
 		compatible = "generic-ehci";
 		reg = <0x101c0000 0x1000>;