Skip to content

Commit

Permalink
dts: usbserial: Fix USB serial console device name
Browse files Browse the repository at this point in the history
Fixes DT device name for USB serial console.

Signed-off-by: Andrei Emeltchenko <[email protected]>
  • Loading branch information
finikorg authored and carlescufi committed Mar 9, 2019
1 parent d7ae2a8 commit da605d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/arm/nordic/nrf52840.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@

usb_cdc: virtualcom {
compatible = "nordic,nrf-usbd";
label = "CDC_ACM";
label = "CDC_ACM_0";
};

wdt: watchdog@40010000 {
Expand Down
2 changes: 1 addition & 1 deletion dts/x86/intel_curie.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

usb_cdc: virtualcom {
compatible = "intel,qmsi-usb";
label = "CDC_ACM";
label = "CDC_ACM_0";
};

i2c0: i2c@b0002800 {
Expand Down

0 comments on commit da605d5

Please sign in to comment.