Commit b9460dd8 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by David S. Miller
Browse files

arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsi



Rockchip DWMAC glue driver uses the phy node (phy-handle)
reset specifier, and not a "mac-phy" reset specifier.

Remove it.

Signed-off-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Reviewed-by: default avatarDavid Wu <david.wu@rock-chips.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2ad5692d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -919,8 +919,8 @@
			      "mac_clk_tx", "clk_mac_ref",
			      "aclk_mac", "pclk_mac",
			      "clk_macphy";
		resets = <&cru SRST_GMAC2PHY_A>, <&cru SRST_MACPHY>;
		reset-names = "stmmaceth", "mac-phy";
		resets = <&cru SRST_GMAC2PHY_A>;
		reset-names = "stmmaceth";
		phy-mode = "rmii";
		phy-handle = <&phy>;
		snps,txpbl = <0x4>;