mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
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>
This commit is contained in:
parent
517550075c
commit
88677db54d
@ -118,7 +118,7 @@
|
||||
|
||||
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>;
|
||||
};
|
||||
@ -162,7 +162,7 @@
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user