diff mbox series

[2/3] MIPS: ralink: dts: gardena_smart_gateway_mt7688: Enable WMAC

Message ID 20200114084806.2420-2-sr@denx.de (mailing list archive)
State Mainlined
Commit a5d193cb88cf6c5bfc771db6f34eebca51fd767a
Delegated to: Paul Burton
Headers show
Series [1/3] MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT node | expand

Commit Message

Stefan Roese Jan. 14, 2020, 8:48 a.m. UTC
From: Reto Schneider <reto.schneider@husqvarnagroup.com>

This patch enables the WMAC controller on the GARDENA smart Gateway and
configures the board specific factory EEPROM setting for this driver.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Paul Burton <paul.burton@mips.com>
Cc: John Crispin <john@phrozen.org>
Cc: Felix Fietkau <nbd@nbd.name>
---
 arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts b/arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts
index aa5caaa31104..2d979eb744dc 100644
--- a/arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts
+++ b/arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts
@@ -195,3 +195,8 @@  &uart2 {
 &watchdog {
 	status = "okay";
 };
+
+&wmac {
+	status = "okay";
+	mediatek,mtd-eeprom = <&factory 0x0000>;
+};