mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rv1126: It is better to define speed clock with CLK_GMAC_TX_RX
The advantage of this is that there is no need to change the dtsi, when changing the rgmii and rmii modes, and can go to the parent of assign CLK_GMAC_TX_RX externally. Change-Id: I58fa5fa3b0a59be10105e0825f6e6c6b3ebbd7d0 Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
@@ -1533,7 +1533,7 @@
|
||||
clocks = <&cru CLK_GMAC_SRC>, <&cru CLK_GMAC_TX_RX>,
|
||||
<&cru CLK_GMAC_TX_RX>, <&cru CLK_GMAC_REF>,
|
||||
<&cru ACLK_GMAC>, <&cru PCLK_GMAC>,
|
||||
<&cru RGMII_MODE_CLK>, <&cru CLK_GMAC_PTPREF>;
|
||||
<&cru CLK_GMAC_TX_RX>, <&cru CLK_GMAC_PTPREF>;
|
||||
clock-names = "stmmaceth", "mac_clk_rx",
|
||||
"mac_clk_tx", "clk_mac_refout",
|
||||
"aclk_mac", "pclk_mac",
|
||||
|
||||
Reference in New Issue
Block a user