mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 00:24:09 +01:00
arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet
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> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
@@ -17,10 +17,6 @@
|
|||||||
model = "FriendlyElec NanoPi R4S";
|
model = "FriendlyElec NanoPi R4S";
|
||||||
compatible = "friendlyarm,nanopi-r4s", "rockchip,rk3399";
|
compatible = "friendlyarm,nanopi-r4s", "rockchip,rk3399";
|
||||||
|
|
||||||
aliases {
|
|
||||||
ethernet1 = &r8169;
|
|
||||||
};
|
|
||||||
|
|
||||||
vdd_5v: vdd-5v {
|
vdd_5v: vdd-5v {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vdd_5v";
|
regulator-name = "vdd_5v";
|
||||||
@@ -95,17 +91,6 @@
|
|||||||
max-link-speed = <1>;
|
max-link-speed = <1>;
|
||||||
num-lanes = <1>;
|
num-lanes = <1>;
|
||||||
vpcie3v3-supply = <&vcc3v3_sys>;
|
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 {
|
&sdhci {
|
||||||
|
|||||||
Reference in New Issue
Block a user