ARM: dts: at91: VInCo: fix phy reset gpio flag
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 26 Apr 2016 10:11:28 +0000 (12:11 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 27 Apr 2016 12:08:58 +0000 (14:08 +0200)
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>
arch/arm/boot/dts/at91-vinco.dts

index 79aec55..6a366ee 100644 (file)
 
                                ethernet-phy@1 {
                                        reg = <0x1>;
-                                       reset-gpios = <&pioE 8 GPIO_ACTIVE_HIGH>;
+                                       reset-gpios = <&pioE 8 GPIO_ACTIVE_LOW>;
                                        interrupt-parent = <&pioB>;
                                        interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
                                };
                                        reg = <0x1>;
                                        interrupt-parent = <&pioB>;
                                        interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
-                                       reset-gpios = <&pioE 6 GPIO_ACTIVE_HIGH>;
+                                       reset-gpios = <&pioE 6 GPIO_ACTIVE_LOW>;
                                };
                        };