From: Reto Schneider Date: Tue, 14 Jan 2020 08:48:05 +0000 (+0100) Subject: MIPS: ralink: dts: gardena_smart_gateway_mt7688: Enable WMAC X-Git-Tag: irq-urgent-2020-02-09~65^2~23 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a5d193cb88cf6c5bfc771db6f34eebca51fd767a;p=users%2Fdwmw2%2Flinux.git 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 Signed-off-by: Stefan Roese Cc: Paul Burton Cc: John Crispin Cc: Felix Fietkau Signed-off-by: Paul Burton Cc: linux-mips@vger.kernel.org --- 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 aa5caaa311047..2d979eb744dc7 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>; +};