diff options
author | Reto Schneider <reto.schneider@husqvarnagroup.com> | 2020-01-14 09:48:05 +0100 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2020-01-14 16:02:32 -0800 |
commit | a5d193cb88cf6c5bfc771db6f34eebca51fd767a (patch) | |
tree | 64d73d55b70d2fecefb3d9603138eaea083c0181 | |
parent | ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5 (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
-rw-r--r-- | arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts | 5 |
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>; +}; |