Skip to content

Commit

Permalink
ARM: dts: imx53-ppd: Rename usbphy nodes
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
sre authored and Shawn Guo committed Jul 3, 2018
1 parent 5bb59c8 commit 5180ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx53-ppd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
};
};

usbphy2: usbphy2 {
usbphy2: usbphy-2 {
compatible = "usb-nop-xceiv";
vcc-supply = <&reg_3v3>;
reset-gpios = <&gpio4 4 GPIO_ACTIVE_LOW>;
Expand All @@ -229,7 +229,7 @@
assigned-clock-parents = <&clks IMX5_CLK_OSC>;
};

usbphy3: usbphy3 {
usbphy3: usbphy-3 {
compatible = "usb-nop-xceiv";
vcc-supply = <&reg_3v3>;
reset-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
Expand Down

0 comments on commit 5180ee3

Please sign in to comment.