summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2017-02-10 14:11:54 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-11-28 16:09:09 +0100
commit6507be780027d4d7cf02870a58a492f8933d38a0 (patch)
treebb8d526a31ff78d5cf457a2de4a7e3c89374098e /arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
parent5fe03269f290af324706510303447d3d66ae650b (diff)
arm64: zynqmp: Remove local-mac-address from dtsi file
Generic dtsi file can't use the same mac address for all. U-Boot read mac from eeprom in zcu102 case and for others random mac address is generated. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts')
-rw-r--r--arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts b/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
index 66ffa7de82..799b87a04c 100644
--- a/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
+++ b/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
@@ -136,7 +136,6 @@
&gem0 {
status = "okay";
- local-mac-address = [00 0a 35 00 02 90];
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy0>;
ethernet_phy0: ethernet-phy@0 { /* Marvell 88e1512 */
@@ -155,21 +154,18 @@
&gem1 {
status = "okay";
- local-mac-address = [00 0a 35 00 02 91];
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy7>;
};
&gem2 {
status = "okay";
- local-mac-address = [00 0a 35 00 02 92];
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy3>;
};
&gem3 {
status = "okay";
- local-mac-address = [00 0a 35 00 02 93];
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy8>;
};