diff options
author | Reto Schneider <[email protected]> | 2020-01-14 09:48:05 +0100 |
---|---|---|
committer | Paul Burton <[email protected]> | 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 <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: John Crispin <[email protected]>
Cc: Felix Fietkau <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: [email protected]
-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>; +}; |