Commit e6b54649 authored by Romain Perier's avatar Romain Perier Committed by Heiko Stuebner

ARM: dts: rockchip: Add STMMAC reset signal in GMAC interface for rk3288

Which fixes warning "no reset control found" by the same time
Signed-off-by: default avatarRomain Perier <romain.perier@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d770e558
......@@ -447,6 +447,8 @@ gmac: ethernet@ff290000 {
"mac_clk_rx", "mac_clk_tx",
"clk_mac_ref", "clk_mac_refout",
"aclk_mac", "pclk_mac";
resets = <&cru SRST_MAC>;
reset-names = "stmmaceth";
status = "disabled";
};
......
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