mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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:
parent
9c32cda43e
commit
49683c02d8
|
|
@ -39,7 +39,7 @@ sata@80000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
ehci@50000 {
|
||||
usb@50000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ i2c@11000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
ehci@50000 {
|
||||
usb@50000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ serial@12000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
ehci@50000 {
|
||||
usb@50000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ cesa: crypto@30000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
usb0: ehci@50000 {
|
||||
usb0: usb@50000 {
|
||||
compatible = "marvell,orion-ehci";
|
||||
reg = <0x50000 0x1000>;
|
||||
interrupts = <19>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user