boards: frdm_k82f: replace legacy devicetree active flags

Replace the legacy flags that assumed active level was relevant
only to input signals with the generic active level flags used
in Linux.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-26 09:58:45 -06:00 committed by Carles Cufí
commit fba3375327

View file

@ -68,11 +68,11 @@
compatible = "gpio-keys";
user_button_0: button_0 {
label = "User SW2";
gpios = <&gpioa 4 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioa 4 GPIO_ACTIVE_LOW>;
};
user_button_1: button_1 {
label = "User SW3";
gpios = <&gpioc 6 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
};
};