ARM: dts: rockchip: enable 1000Mbps of rk3288
authorRandy Li <randy.li@rock-chips.com>
Sat, 1 Apr 2017 02:55:07 +0000 (10:55 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Sat, 1 Apr 2017 10:42:50 +0000 (18:42 +0800)
Because of the bad quality of EVB board, its phy will
fail at the GMAC mode. While I have verified the ASUS
tinker, it doesn't have such problem.

Change-Id: I3306b918363dff513e279762482f1ce1eaa30df8
Signed-off-by: Randy Li <randy.li@rock-chips.com>
arch/arm/boot/dts/rk3288-evb.dtsi
arch/arm/boot/dts/rk3288.dtsi

index 1442b6179d5701c8f8df3a12311899c018385c08..45950680fc40e244c4f15263a9006cd0afb4f4cd 100644 (file)
        pinctrl-0 = <&rgmii_pins>;
        tx_delay = <0x30>;
        rx_delay = <0x10>;
        pinctrl-0 = <&rgmii_pins>;
        tx_delay = <0x30>;
        rx_delay = <0x10>;
+       max-speed = <100>;
        status = "okay";
 };
 
        status = "okay";
 };
 
index 9e8e11a3fb036131a731d19e65c1900f131b2064..79e10bcf530d8921d06fa2526ca7e27cc9ed528c 100644 (file)
                        "aclk_mac", "pclk_mac";
                resets = <&cru SRST_MAC>;
                reset-names = "stmmaceth";
                        "aclk_mac", "pclk_mac";
                resets = <&cru SRST_MAC>;
                reset-names = "stmmaceth";
-               max-speed = <100>;
                status = "disabled";
        };
 
                status = "disabled";
        };