From 2e04cfd88728a501b9565e5d9fe8c4fd9d04c21d Mon Sep 17 00:00:00 2001 From: Daniel Mangum Date: Mon, 10 Jun 2024 09:08:48 -0400 Subject: [PATCH] boards: esp32s3_devkitm: remove conflicting usb_serial reference The usb_serial node is referenced twice in the procpu dts file. The first time the status is set to "okay", while the second it is set to "disabled". Only the second status is honored, so the first is removed to eliminate confusion. Signed-off-by: Daniel Mangum --- boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts b/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts index c88bf0d0101..95390a0324b 100644 --- a/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts +++ b/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts @@ -43,10 +43,6 @@ }; }; -&usb_serial { - status = "okay"; -}; - &uart0 { status = "okay"; current-speed = <115200>;