Unverified Commit a5d193cb authored by Reto Schneider's avatar Reto Schneider Committed by Paul Burton
Browse files

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: default avatarReto Schneider <reto.schneider@husqvarnagroup.com>
Signed-off-by: default avatarStefan 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: default avatarPaul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
parent ff68d0da
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -195,3 +195,8 @@
&watchdog {
	status = "okay";
};

&wmac {
	status = "okay";
	mediatek,mtd-eeprom = <&factory 0x0000>;
};