Commit fe8fd85a authored by Chris Zhong's avatar Chris Zhong Committed by Heiko Stuebner

ARM: dts: rockchip: add reset property for rk3066a-rayeager emac phy

The ethernet phy of rk3066a-rayeager has a reset pin, it controlled by
GPIO1_D6, this pin should be pull down then pull up to reset the phy.
Add a reset-gpios property in phy0, make the phy can be reset when emac
power on.
Signed-off-by: default avatarChris Zhong <zyw@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4fbd8d19
......@@ -177,6 +177,7 @@ &emac {
phy0: ethernet-phy@0 {
reg = <0>;
reset-gpios = <&gpio1 RK_PD6 GPIO_ACTIVE_LOW>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment