summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx28-duckbill.dts
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2014-03-27 23:51:28 +0100
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 23:01:47 +0800
commit99d1d68f4d6a24e9cd77e4f712cad37e93c63234 (patch)
tree5439b3fa3b02783822b2eb084537400418a86673 /arch/arm/boot/dts/imx28-duckbill.dts
parent25fc228ea9a41c3e8b5488f76833fb5b259df5bd (diff)
ARM: dts: imx28-duckbill: fix phy reset gpio
Fix a copy & paste error: on duckbills the GPIO used for resetting the ethernet phy differs from FSL's MX28EVK board. Reported-by: Stefan Wahren <info@lategoodbye.de> Signed-off-by: Michael Heimpold <mhei@heimpold.de> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx28-duckbill.dts')
-rw-r--r--arch/arm/boot/dts/imx28-duckbill.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-duckbill.dts b/arch/arm/boot/dts/imx28-duckbill.dts
index a697870ee7b6..91c1a9a59c52 100644
--- a/arch/arm/boot/dts/imx28-duckbill.dts
+++ b/arch/arm/boot/dts/imx28-duckbill.dts
@@ -39,7 +39,7 @@
hog_pins_a: hog@0 {
reg = <0>;
fsl,pinmux-ids = <
- MX28_PAD_ENET0_RX_CLK__GPIO_4_13 /* PHY Reset */
+ MX28_PAD_SSP0_DATA7__GPIO_2_7 /* PHY Reset */
>;
fsl,drive-strength = <MXS_DRIVE_4mA>;
fsl,voltage = <MXS_VOLTAGE_HIGH>;
@@ -82,7 +82,7 @@
pinctrl-names = "default";
pinctrl-0 = <&mac0_pins_a>;
phy-supply = <&reg_3p3v>;
- phy-reset-gpios = <&gpio4 13 0>;
+ phy-reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
phy-reset-duration = <100>;
status = "okay";
};