[U-Boot] [PATCH] rockchip: dts: rk3399-evb: remove redundant gmac node

There are two same gmac node, remove one.
Signed-off-by: Kever Yang kever.yang@rock-chips.com ---
arch/arm/dts/rk3399-evb.dts | 16 ---------------- 1 file changed, 16 deletions(-)
diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts index f5af75b..f33e165 100644 --- a/arch/arm/dts/rk3399-evb.dts +++ b/arch/arm/dts/rk3399-evb.dts @@ -264,19 +264,3 @@ rx_delay = <0x10>; status = "okay"; }; - -&gmac { - phy-supply = <&vcc_phy>; - phy-mode = "rgmii"; - clock_in_out = "input"; - snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>; - snps,reset-active-low; - snps,reset-delays-us = <0 10000 50000>; - assigned-clocks = <&cru SCLK_RMII_SRC>; - assigned-clock-parents = <&clkin_gmac>; - pinctrl-names = "default"; - pinctrl-0 = <&rgmii_pins>; - tx_delay = <0x10>; - rx_delay = <0x10>; - status = "okay"; -};

On 9 August 2017 at 04:51, Kever Yang kever.yang@rock-chips.com wrote:
There are two same gmac node, remove one.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
arch/arm/dts/rk3399-evb.dts | 16 ---------------- 1 file changed, 16 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

There are two same gmac node, remove one.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org
arch/arm/dts/rk3399-evb.dts | 16 ---------------- 1 file changed, 16 deletions(-)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

There are two same gmac node, remove one.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/dts/rk3399-evb.dts | 16 ---------------- 1 file changed, 16 deletions(-)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

There are two same gmac node, remove one.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/dts/rk3399-evb.dts | 16 ---------------- 1 file changed, 16 deletions(-)
Applied to u-boot-rockchip, thanks!
participants (3)
-
Kever Yang
-
Philipp Tomsich
-
Simon Glass