public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Xiaobo Tian <peterwillcn@gmail.com>
To: u-boot@lists.denx.de, kever.yang@rock-chips.com
Cc: Xiaobo Tian <peterwillcn@gmail.com>
Subject: [PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet
Date: Tue,  6 Jul 2021 22:43:59 +0800	[thread overview]
Message-ID: <20210706144400.8665-3-peterwillcn@gmail.com> (raw)
In-Reply-To: <20210706144400.8665-1-peterwillcn@gmail.com>

Remove the recommended MAC address from the network card.
NanoPi R4S has a EEPROM attached to the 2nd I2C bus (U92), which stores the MAC address.

Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>
---
 arch/arm/dts/rk3399-nanopi-r4s.dts | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts
index f663bc87a5..042c73ca17 100644
--- a/arch/arm/dts/rk3399-nanopi-r4s.dts
+++ b/arch/arm/dts/rk3399-nanopi-r4s.dts
@@ -17,10 +17,6 @@
 	model = "FriendlyElec NanoPi R4S";
 	compatible = "friendlyarm,nanopi-r4s", "rockchip,rk3399";
 
-	aliases {
-		ethernet1 = &r8169;
-	};
-
 	vdd_5v: vdd-5v {
 		compatible = "regulator-fixed";
 		regulator-name = "vdd_5v";
@@ -95,17 +91,6 @@
 	max-link-speed = <1>;
 	num-lanes = <1>;
 	vpcie3v3-supply = <&vcc3v3_sys>;
-
-	pcie@0 {
-		reg = <0x00000000 0 0 0 0>;
-		#address-cells = <3>;
-		#size-cells = <2>;
-
-		r8169: pcie@0,0 {
-			reg = <0x000000 0 0 0 0>;
-			local-mac-address = [ 00 00 00 00 00 00 ];
-		};
-	};
 };
 
 &sdhci {
-- 
2.32.0


  parent reply	other threads:[~2021-07-06 14:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06 14:43 [PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name Xiaobo Tian
2021-07-06 14:43 ` [PATCH 2/4] arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi Xiaobo Tian
2021-08-11 10:07   ` Kever Yang
2021-07-06 14:43 ` Xiaobo Tian [this message]
2021-08-11 10:07   ` [PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet Kever Yang
2021-07-06 14:44 ` [PATCH 4/4] arm64: rk3399: r4s: disabled i2c4 bus during the system boot process Xiaobo Tian
2021-08-11 10:10   ` Kever Yang
2021-08-11 10:06 ` [PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210706144400.8665-3-peterwillcn@gmail.com \
    --to=peterwillcn@gmail.com \
    --cc=kever.yang@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox