未验证 提交 a0fa9d72 编写于 作者: S Sagar Shrikant Kadam 提交者: Palmer Dabbelt

dts: phy: add GPIO number and active state used for phy reset

The GEMGXL_RST line on HiFive Unleashed is pulled low and is
using GPIO number 12. Add these reset-gpio details to dt-node
using which the linux phylib can reset the phy.
Signed-off-by: NSagar Shrikant Kadam <sagar.kadam@sifive.com>
Signed-off-by: NPalmer Dabbelt <palmerdabbelt@google.com>
上级 be969b7c
......@@ -90,6 +90,7 @@
phy0: ethernet-phy@0 {
compatible = "ethernet-phy-id0007.0771";
reg = <0>;
reset-gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册