diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2013-12-06 15:56:40 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 14:33:22 +0100 |
commit | c8e42bc94894bdee1277f5d50b5e4702b8e81e8c (patch) | |
tree | 1531b214957b6eef68d2255d39d011be9cd293bb /arch/arm/boot/dts/imx28-cfa10049.dts | |
parent | ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard. (diff) | |
download | linux-c8e42bc94894bdee1277f5d50b5e4702b8e81e8c.tar.xz linux-c8e42bc94894bdee1277f5d50b5e4702b8e81e8c.zip |
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-cfa10049.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10049.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts index 093fd7b69a48..7d51459de5e8 100644 --- a/arch/arm/boot/dts/imx28-cfa10049.dts +++ b/arch/arm/boot/dts/imx28-cfa10049.dts @@ -298,7 +298,7 @@ ahb@80080000 { usb1: usb@80090000 { vbus-supply = <®_usb1_vbus>; - pinctrl-0 = <&usbphy1_pins_a>; + pinctrl-0 = <&usb1_pins_a>; pinctrl-names = "default"; status = "okay"; }; |