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 <georgedanielmangum@gmail.com>
This commit is contained in:
parent
f2c643ba02
commit
2e04cfd887
1 changed files with 0 additions and 4 deletions
|
@ -43,10 +43,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&usb_serial {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue