From b6318107f4e1f0021515c7b1b9911e4e9716f53c Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 13 Dec 2016 13:13:50 -0500 Subject: [PATCH] ARM: dts: NSP: Add Ethernet to NSP XMC Enable the ethernet in the NSP XMC (bcm958525xmc) device tree Signed-off-by: Jon Mason Signed-off-by: Florian Fainelli --- arch/arm/boot/dts/bcm958525xmc.dts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts index 89d9abcbcd2f..3912269197b9 100644 --- a/arch/arm/boot/dts/bcm958525xmc.dts +++ b/arch/arm/boot/dts/bcm958525xmc.dts @@ -59,7 +59,11 @@ }; }; -/* XHCI, MMC, and Ethernet support needed to be complete */ +/* XHCI and SD/MMC support needed to be complete */ + +&amac0 { + status = "okay"; +}; &i2c0 { temperature-sensor@4c { -- 2.20.1