dts: Remove unused virtualcom device node from dts

There doesn't seem to be any use of the virtualcom device in the code,
so lets remove it from the dts as it describes itself as a usb device
controller which it is not.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-07-17 09:51:29 -05:00 committed by Carles Cufí
parent 0da4432bca
commit 5071eeec8b
2 changed files with 0 additions and 10 deletions

View File

@ -332,11 +332,6 @@
label = "USBD";
};
usb_cdc: virtualcom {
compatible = "nordic,nrf-usbd";
label = "CDC_ACM_0";
};
wdt: watchdog@40010000 {
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;

View File

@ -115,11 +115,6 @@
#gpio-cells = <2>;
};
usb_cdc: virtualcom {
compatible = "intel,qmsi-usb";
label = "CDC_ACM_0";
};
i2c0: i2c@b0002800 {
compatible = "intel,qmsi-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;