ARM: dts: mmp2: rename the USB PHY node
authorLubomir Rintel <lkundrak@v3.sk>
Wed, 28 Aug 2019 07:26:26 +0000 (09:26 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 7 Sep 2019 19:54:11 +0000 (21:54 +0200)
This device is not an OTG phy, it's a regular USB HS phy. Follow the
generic node name recommendation, and rename it to "usb-phy".

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
arch/arm/boot/dts/mmp2.dtsi

index 984ab8b..6a2f072 100644 (file)
                                mrvl,intc-nr-irqs = <2>;
                        };
 
-                       usb_otg_phy0: usb-otg-phy@d4207000 {
+                       usb_phy0: usb-phy@d4207000 {
                                compatible = "marvell,mmp2-usb-phy";
                                reg = <0xd4207000 0x40>;
                                #phy-cells = <0>;
                                interrupts = <44>;
                                clocks = <&soc_clocks MMP2_CLK_USB>;
                                clock-names = "USBCLK";
-                               phys = <&usb_otg_phy0>;
+                               phys = <&usb_phy0>;
                                phy-names = "usb";
                                status = "disabled";
                        };