mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
ARM: dts: ti: omap: 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-11-wsa+renesas@sang-engineering.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
e06534a1bd
commit
a31e23eb5e
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user