From 3606a507a885c82a4081b084961811ebf347a516 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Sat, 31 Dec 2022 17:54:45 +0100 Subject: [PATCH] boards/xtensa/esp32/esp32.dts: remove redundant button definition https://github.com/zephyrproject-rtos/zephyr/commit/7dbb1ff2760ce76279ab1af085f15d231dcaaaa2 added a redundant section for the BOOT button which was already defined. Signed-off-by: Diego Herranz --- boards/xtensa/esp32/esp32.dts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/boards/xtensa/esp32/esp32.dts b/boards/xtensa/esp32/esp32.dts index 06b31942547..2295d4ed434 100644 --- a/boards/xtensa/esp32/esp32.dts +++ b/boards/xtensa/esp32/esp32.dts @@ -13,7 +13,6 @@ compatible = "espressif,esp32"; aliases { - sw0 = &user_button; uart-0 = &uart0; i2c-0 = &i2c0; sw0 = &button0; @@ -51,13 +50,6 @@ }; }; - gpio_keys { - compatible = "gpio-keys"; - user_button: user_button { - label = "BOOT"; - gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; - }; - }; }; &cpu0 {