mirror of https://gitee.com/openkylin/linux.git
ARM: dts: exynos: Fix "debounce-interval" property misspelling in Midas
"debounce-inteval" was never supported. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
bae0f445c1
commit
0076096b35
|
@ -127,7 +127,7 @@ key-ok {
|
|||
gpios = <&gpx0 1 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <139>;
|
||||
label = "ok";
|
||||
debounce-inteval = <10>;
|
||||
debounce-interval = <10>;
|
||||
wakeup-source;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue