mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-18 12:45:08 +00:00
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: Ezequiel Garcia <ezequiel@collabora.com> Reviewed-by: David Wu <david.wu@rock-chips.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2ad5692db7
commit
b9460dd84a
1 changed files with 2 additions and 2 deletions
|
@ -919,8 +919,8 @@
|
||||||
"mac_clk_tx", "clk_mac_ref",
|
"mac_clk_tx", "clk_mac_ref",
|
||||||
"aclk_mac", "pclk_mac",
|
"aclk_mac", "pclk_mac",
|
||||||
"clk_macphy";
|
"clk_macphy";
|
||||||
resets = <&cru SRST_GMAC2PHY_A>, <&cru SRST_MACPHY>;
|
resets = <&cru SRST_GMAC2PHY_A>;
|
||||||
reset-names = "stmmaceth", "mac-phy";
|
reset-names = "stmmaceth";
|
||||||
phy-mode = "rmii";
|
phy-mode = "rmii";
|
||||||
phy-handle = <&phy>;
|
phy-handle = <&phy>;
|
||||||
snps,txpbl = <0x4>;
|
snps,txpbl = <0x4>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue