Enable the ethernet in the NSP XMC (bcm958525xmc) device tree Signed-off-by: Jon Mason <jon.mason@xxxxxxxxxxxx> --- 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 89d9abc..3912269 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.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html