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
This commit is contained in:
Reto Schneider 2020-01-14 09:48:05 +01:00 committed by Paul Burton
parent ff68d0da5a
commit a5d193cb88
No known key found for this signature in database
GPG key ID: 3EA79FACB57500DD

View file

@ -195,3 +195,8 @@ &uart2 {
&watchdog {
status = "okay";
};
&wmac {
status = "okay";
mediatek,mtd-eeprom = <&factory 0x0000>;
};