diff mbox

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

Message ID 1502275890-625-1-git-send-email-kever.yang@rock-chips.com
State Accepted
Commit caa6b3b5308a031cf3021a7c169da222c0afe681
Delegated to: Philipp Tomsich
Headers show

Commit Message

Kever Yang Aug. 9, 2017, 10:51 a.m. UTC
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(-)

Comments

Simon Glass Aug. 13, 2017, 9:36 p.m. UTC | #1
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>
Philipp Tomsich Aug. 18, 2017, 1:23 p.m. UTC | #2
> 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>
Philipp Tomsich Aug. 18, 2017, 1:29 p.m. UTC | #3
> 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>
Philipp Tomsich Aug. 18, 2017, 5:06 p.m. UTC | #4
> 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!
diff mbox

Patch

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";
-};