Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: mmp2: rename the USB PHY node

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>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
9393e2da 8381a1d4

+2 -2
+2 -2
arch/arm/boot/dts/mmp2.dtsi
··· 117 117 mrvl,intc-nr-irqs = <2>; 118 118 }; 119 119 120 - usb_otg_phy0: usb-otg-phy@d4207000 { 120 + usb_phy0: usb-phy@d4207000 { 121 121 compatible = "marvell,mmp2-usb-phy"; 122 122 reg = <0xd4207000 0x40>; 123 123 #phy-cells = <0>; ··· 130 130 interrupts = <44>; 131 131 clocks = <&soc_clocks MMP2_CLK_USB>; 132 132 clock-names = "USBCLK"; 133 - phys = <&usb_otg_phy0>; 133 + phys = <&usb_phy0>; 134 134 phy-names = "usb"; 135 135 status = "disabled"; 136 136 };