mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rockchip: rk3288-evb: Change rgmii clock mode from input to output for gmac
Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: Ia73346adb607744bd037c7b255ba1647678ad77c
This commit is contained in:
@@ -423,12 +423,13 @@
|
||||
&gmac {
|
||||
phy-supply = <&vccio_pmu>;
|
||||
phy-mode = "rgmii";
|
||||
clock_in_out = "input";
|
||||
clock_in_out = "output";
|
||||
assigned-clocks = <&cru SCLK_MAC>;
|
||||
assigned-clock-parents = <&cru PLL_NPLL>;
|
||||
assigned-clock-rates = <125000000>;
|
||||
snps,reset-gpio = <&gpio4 7 0>;
|
||||
snps,reset-active-low;
|
||||
snps,reset-delays-us = <0 10000 50000>;
|
||||
assigned-clocks = <&cru SCLK_MAC>;
|
||||
assigned-clock-parents = <&ext_gmac>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&rgmii_pins>;
|
||||
tx_delay = <0x30>;
|
||||
|
||||
@@ -237,12 +237,13 @@
|
||||
&gmac {
|
||||
phy-supply = <&vcc_phy>;
|
||||
phy-mode = "rgmii";
|
||||
clock_in_out = "input";
|
||||
clock_in_out = "output";
|
||||
assigned-clocks = <&cru SCLK_MAC>;
|
||||
assigned-clock-parents = <&cru PLL_NPLL>;
|
||||
assigned-clock-rates = <125000000>;
|
||||
snps,reset-gpio = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>;
|
||||
snps,reset-active-low;
|
||||
snps,reset-delays-us = <0 10000 1000000>;
|
||||
assigned-clocks = <&cru SCLK_MAC>;
|
||||
assigned-clock-parents = <&ext_gmac>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&rgmii_pins>;
|
||||
tx_delay = <0x30>;
|
||||
|
||||
Reference in New Issue
Block a user