Add the mediatek,mac-wol-noninverted property to the ethernet node to make the driver parse the mediatek,mac-wol property as originally intended: enabling the MAC WOL. This gets WOL working on the Genio 700 EVK board. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> --- arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts b/arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts index 13f2e0e3fa8ab6679f843693230b9661d323a705..83c10517458d1df2f14e41baeff628f46ded1618 100644 --- a/arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts +++ b/arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts @@ -898,6 +898,7 @@ ð { pinctrl-names = "default", "sleep"; pinctrl-0 = <ð_default_pins>; pinctrl-1 = <ð_sleep_pins>; + mediatek,mac-wol-noninverted; mediatek,mac-wol; snps,reset-gpio = <&pio 147 GPIO_ACTIVE_HIGH>; snps,reset-delays-us = <0 10000 10000>; -- 2.47.0