aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-cfa10058.dts
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2013-12-06 09:56:40 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 08:33:22 -0500
commitc8e42bc94894bdee1277f5d50b5e4702b8e81e8c (patch)
tree1531b214957b6eef68d2255d39d011be9cd293bb /arch/arm/boot/dts/imx28-cfa10058.dts
parent5c3cf47c20b44769b541e8c8c805fcdb0b3f5198 (diff)
ARM: i.MX28: dts: rename usbphy pin names
The pins have nothing todo with the phy layer. We better rename them, so it gets clear they are routed to the ehci core not to any phy. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10058.dts')
-rw-r--r--arch/arm/boot/dts/imx28-cfa10058.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10058.dts b/arch/arm/boot/dts/imx28-cfa10058.dts
index a4f0acb93437..7c9cc783f0d1 100644
--- a/arch/arm/boot/dts/imx28-cfa10058.dts
+++ b/arch/arm/boot/dts/imx28-cfa10058.dts
@@ -101,7 +101,7 @@
101 ahb@80080000 { 101 ahb@80080000 {
102 usb1: usb@80090000 { 102 usb1: usb@80090000 {
103 vbus-supply = <&reg_usb1_vbus>; 103 vbus-supply = <&reg_usb1_vbus>;
104 pinctrl-0 = <&usbphy1_pins_a>; 104 pinctrl-0 = <&usb1_pins_a>;
105 pinctrl-names = "default"; 105 pinctrl-names = "default";
106 status = "okay"; 106 status = "okay";
107 }; 107 };