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

ARM: dts: imx53-ppd: Rename usbphy nodes

This renames usbphy nodes 2 & 3, so that they follow the same
format as usbphy node 0 & 1 from imx53.dtsi.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Sebastian Reichel and committed by
Shawn Guo
5180ee39 5bb59c80

+2 -2
+2 -2
arch/arm/boot/dts/imx53-ppd.dts
··· 218 218 }; 219 219 }; 220 220 221 - usbphy2: usbphy2 { 221 + usbphy2: usbphy-2 { 222 222 compatible = "usb-nop-xceiv"; 223 223 vcc-supply = <&reg_3v3>; 224 224 reset-gpios = <&gpio4 4 GPIO_ACTIVE_LOW>; ··· 229 229 assigned-clock-parents = <&clks IMX5_CLK_OSC>; 230 230 }; 231 231 232 - usbphy3: usbphy3 { 232 + usbphy3: usbphy-3 { 233 233 compatible = "usb-nop-xceiv"; 234 234 vcc-supply = <&reg_3v3>; 235 235 reset-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;