Commit 7c4f1f18 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

arm64: dts: mba6ulx: correct GPIO keys wakeup

gpio-keys,wakeup is a deprecated property.

Link: https://lore.kernel.org/r/20230304123341.34223-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent ac9a7868
......@@ -57,7 +57,7 @@ power-button {
label = "POWER";
linux,code = <KEY_POWER>;
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
gpio-key,wakeup;
wakeup-source;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment