]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ti: omap: use correct ohci/ehci node names
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 30 Mar 2025 19:38:35 +0000 (21:38 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 9 May 2025 20:31:19 +0000 (22:31 +0200)
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>
arch/arm/boot/dts/ti/omap/omap3.dtsi
arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
arch/arm/boot/dts/ti/omap/omap5-l4.dtsi

index 92cd4c99dae7207ee24ca3e9d2365251923de059..817474ee2d13c52466f899cb7acdbce8290c3902 100644 (file)
                        #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>;
index 150dd84c9e0f749585de5fd4edb3bc673a8209ea..4ee53dfb71b477006cb13cc8223b0088db1b6ca4 100644 (file)
                                              "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>;
index 3b505fe415ed9e0f27f27080ddfec561be7eadc4..9f6100c7c34d1ddaddf21930d1abe528c9ca9a36 100644 (file)
                                              "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>;