summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2015-09-28 12:47:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-09-29 09:35:12 +0200
commit7f89b686e04302d245e3bd3fa541d1c948369684 (patch)
tree46a93bb741293e283ffaa590431665470c43086c /arch/arm/dts
parent08f991ab211402fd20cbea8167db1179b3827632 (diff)
downloadbarebox-7f89b686e04302d245e3bd3fa541d1c948369684.tar.gz
barebox-7f89b686e04302d245e3bd3fa541d1c948369684.tar.xz
ARM: dts: am335x-phytec-phycore-som: Disable mac node.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/am335x-phytec-phycore-som-mlo.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts b/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts
index 676001b31a..f7bc462fee 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts
+++ b/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts
@@ -28,3 +28,7 @@
&gpmc {
status = "disabled";
};
+
+&mac {
+ status = "disabled";
+};