diff options
author | Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> | 2015-02-13 09:12:02 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-30 04:38:52 -0400 |
commit | 2fd05c97ac1fec9c69384a89afcdd0cddc462170 (patch) | |
tree | 8f6f89c29bd3b6e07e9708e8ba6be525decb849b /arch/arm/boot/dts | |
parent | 94d5f33c8e1bd527ceac54d6ea811666a0e563c0 (diff) |
ARM: dts: imx28-apf28: fix mac0 gpio polarity
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Sebastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-apf28.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-apf28.dts b/arch/arm/boot/dts/imx28-apf28.dts index 7198fe3798c6..070e59cbdd8b 100644 --- a/arch/arm/boot/dts/imx28-apf28.dts +++ b/arch/arm/boot/dts/imx28-apf28.dts | |||
@@ -78,7 +78,7 @@ | |||
78 | phy-mode = "rmii"; | 78 | phy-mode = "rmii"; |
79 | pinctrl-names = "default"; | 79 | pinctrl-names = "default"; |
80 | pinctrl-0 = <&mac0_pins_a>; | 80 | pinctrl-0 = <&mac0_pins_a>; |
81 | phy-reset-gpios = <&gpio4 13 0>; | 81 | phy-reset-gpios = <&gpio4 13 GPIO_ACTIVE_LOW>; |
82 | status = "okay"; | 82 | status = "okay"; |
83 | }; | 83 | }; |
84 | }; | 84 | }; |