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:
David Wu
2022-04-11 16:11:48 +08:00
committed by Tao Huang
parent e3354602f7
commit fda1cfae99
2 changed files with 8 additions and 6 deletions

View File

@@ -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>;

View File

@@ -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>;