diff options
| author | Fabien Parent <[email protected]> | 2020-10-16 17:40:06 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-01-18 14:59:19 -0500 |
| commit | 3dbff96256f557314f4c109998d91a913954a647 (patch) | |
| tree | 4431d73465ea89f9de21600db7990cfb6c1034c5 | |
| parent | 9fe7493b80067ce7ddda319f61ff571dc6d2623d (diff) | |
arm: dts: mt8516-pumpkin: enable usb port
Enable the USB port for MT8516 Pumpkin Board.
Signed-off-by: Fabien Parent <[email protected]>
| -rw-r--r-- | arch/arm/dts/mt8516-pumpkin.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/mt8516-pumpkin.dts b/arch/arm/dts/mt8516-pumpkin.dts index cd43c1f5e32..292b00f0ffb 100644 --- a/arch/arm/dts/mt8516-pumpkin.dts +++ b/arch/arm/dts/mt8516-pumpkin.dts @@ -108,3 +108,13 @@ &watchdog { status = "okay"; }; + +&usb0 { + status = "okay"; + dr_mode = "peripheral"; + + usb_con_c: connector { + compatible = "usb-c-connector"; + label = "USB-C"; + }; +}; |
