diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-12-13 13:13:50 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-01-18 17:18:22 -0800 |
commit | b6318107f4e1f0021515c7b1b9911e4e9716f53c (patch) | |
tree | 99a518343c2c6f6b793268149430a730c623cd31 /arch/arm/boot/dts | |
parent | 5aeda7bf8a1effd9902efc11e56687c242acbd5d (diff) |
ARM: dts: NSP: Add Ethernet to NSP XMC
Enable the ethernet in the NSP XMC (bcm958525xmc) device tree
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958525xmc.dts | 6 |
1 files changed, 5 insertions, 1 deletions
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 { |