mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ARM: dts: st: 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-10-wsa+renesas@sang-engineering.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
dd8d5cd90b
commit
e06534a1bd
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user