summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts
diff options
context:
space:
mode:
authorReto Schneider <reto.schneider@husqvarnagroup.com>2020-01-14 09:48:05 +0100
committerPaul Burton <paulburton@kernel.org>2020-01-14 16:02:32 -0800
commita5d193cb88cf6c5bfc771db6f34eebca51fd767a (patch)
tree64d73d55b70d2fecefb3d9603138eaea083c0181 /arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts
parentff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5 (diff)
MIPS: ralink: dts: gardena_smart_gateway_mt7688: Enable WMAC
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> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts')
-rw-r--r--arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts5
1 files changed, 5 insertions, 0 deletions
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 @@
&watchdog {
status = "okay";
};
+
+&wmac {
+ status = "okay";
+ mediatek,mtd-eeprom = <&factory 0x0000>;
+};