aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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