diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-06-28 18:36:39 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-03 07:58:07 +0200 |
commit | 5180ee394fe81849e65bc89bfb54a6ec5fe88c75 (patch) | |
tree | 10df99546e1883b6f6b8cc511e9774f9aaf1975f /arch/arm/boot/dts/imx53-ppd.dts | |
parent | ARM: dts: imx53-ppd: Add fixed-regulator information (diff) | |
download | linux-5180ee394fe81849e65bc89bfb54a6ec5fe88c75.tar.xz linux-5180ee394fe81849e65bc89bfb54a6ec5fe88c75.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-ppd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-ppd.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts index 30bbe0d740ee..444ec84cf342 100644 --- a/arch/arm/boot/dts/imx53-ppd.dts +++ b/arch/arm/boot/dts/imx53-ppd.dts @@ -218,7 +218,7 @@ }; }; - usbphy2: usbphy2 { + usbphy2: usbphy-2 { compatible = "usb-nop-xceiv"; vcc-supply = <®_3v3>; reset-gpios = <&gpio4 4 GPIO_ACTIVE_LOW>; @@ -229,7 +229,7 @@ assigned-clock-parents = <&clks IMX5_CLK_OSC>; }; - usbphy3: usbphy3 { + usbphy3: usbphy-3 { compatible = "usb-nop-xceiv"; vcc-supply = <®_3v3>; reset-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; |