MIPS: ralink: dts: gardena_smart_gateway_mt7688: Enable WMAC
authorReto Schneider <reto.schneider@husqvarnagroup.com>
Tue, 14 Jan 2020 08:48:05 +0000 (09:48 +0100)
committerPaul Burton <paulburton@kernel.org>
Wed, 15 Jan 2020 00:02:32 +0000 (16:02 -0800)
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
arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts

index aa5caaa..2d979eb 100644 (file)
 &watchdog {
        status = "okay";
 };
+
+&wmac {
+       status = "okay";
+       mediatek,mtd-eeprom = <&factory 0x0000>;
+};