boards: mimxrt1020_evk: Fix button label to match silkscreen

Fixes the user button label in the device tree to match the board's
silkscreen.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2019-09-18 07:52:06 -05:00 committed by Carles Cufí
commit ffb92d4f2e

View file

@ -40,7 +40,7 @@
gpio_keys {
compatible = "gpio-keys";
user_button: button-1 {
label = "User SW8";
label = "User SW4";
gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
};
};