summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-08-25 16:05:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-06 13:57:38 +0200
commitf84e18500974143e0045d581f123b2ebc7be601a (patch)
treee7632ec26d18f162d2dfbe345856b9313b162a4c /arch/arm
parentb6fcd26f6d90fb248dde024b60fd6a17abe63f33 (diff)
downloadbarebox-f84e18500974143e0045d581f123b2ebc7be601a.tar.gz
barebox-f84e18500974143e0045d581f123b2ebc7be601a.tar.xz
ARM: phycore-imx6ul: use MAC address from OCOTP
The Phycore MX6UL modules are correctly fused with a MAC address. Use this for the Barebox network connection and fixing up the kernel DT. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx6ul-phytec-phycore-som.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi b/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
index 96beef4e72..8cec1296a7 100644
--- a/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
@@ -176,3 +176,7 @@
};
};
};
+
+&ocotp {
+ barebox,provide-mac-address = <&fec1 0x620 &fec2 0x632>;
+};