aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2016-04-26 06:11:28 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2016-04-27 08:08:58 -0400
commit88677db54dba68ce19952d5bcdf0fda43094b31f (patch)
treec1e1a292606d3268d916a076a7e3f306591c353a
parent517550075c31917dc729d7cec0b4a0ca65294f14 (diff)
ARM: dts: at91: VInCo: fix phy reset gpio flag
Fix gpio active flag for the phy reset-gpios property. The line is active low instead of active high. Actually, this flags was never used by the macb driver. Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Cc: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r--arch/arm/boot/dts/at91-vinco.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-vinco.dts b/arch/arm/boot/dts/at91-vinco.dts
index 79aec55e1ebc..6a366ee952a8 100644
--- a/arch/arm/boot/dts/at91-vinco.dts
+++ b/arch/arm/boot/dts/at91-vinco.dts
@@ -118,7 +118,7 @@
118 118
119 ethernet-phy@1 { 119 ethernet-phy@1 {
120 reg = <0x1>; 120 reg = <0x1>;
121 reset-gpios = <&pioE 8 GPIO_ACTIVE_HIGH>; 121 reset-gpios = <&pioE 8 GPIO_ACTIVE_LOW>;
122 interrupt-parent = <&pioB>; 122 interrupt-parent = <&pioB>;
123 interrupts = <15 IRQ_TYPE_EDGE_FALLING>; 123 interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
124 }; 124 };
@@ -162,7 +162,7 @@
162 reg = <0x1>; 162 reg = <0x1>;
163 interrupt-parent = <&pioB>; 163 interrupt-parent = <&pioB>;
164 interrupts = <31 IRQ_TYPE_EDGE_FALLING>; 164 interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
165 reset-gpios = <&pioE 6 GPIO_ACTIVE_HIGH>; 165 reset-gpios = <&pioE 6 GPIO_ACTIVE_LOW>;
166 }; 166 };
167 }; 167 };
168 168