ARM: dts: marvell: use correct ohci/ehci node names

They should be named "usb@".

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250330193833.21970-8-wsa+renesas@sang-engineering.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Wolfram Sang 2025-03-30 21:38:32 +02:00 committed by Arnd Bergmann
parent 9c32cda43e
commit 49683c02d8
No known key found for this signature in database
GPG Key ID: 60AB47FFC9095227
5 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ sata@80000 {
status = "okay";
};
ehci@50000 {
usb@50000 {
status = "okay";
};

View File

@ -129,7 +129,7 @@ i2c@11000 {
status = "okay";
};
ehci@50000 {
usb@50000 {
status = "okay";
};
};

View File

@ -63,7 +63,7 @@ serial@12000 {
status = "okay";
};
ehci@50000 {
usb@50000 {
status = "okay";
};
};

View File

@ -263,7 +263,7 @@ cesa: crypto@30000 {
status = "okay";
};
usb0: ehci@50000 {
usb0: usb@50000 {
compatible = "marvell,orion-ehci";
reg = <0x50000 0x1000>;
interrupts = <19>;

View File

@ -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>;