summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunhui Liu <junhui.liu@pigmoral.tech>2025-01-15 00:46:37 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2025-01-16 15:55:27 +0800
commit892b31a1fb0b2c857bc31c60d3d0db091901a41a (patch)
tree44a5ebe28657019e1da254e25eefd7ff9e7855db
parent6be961a75834ad4f6f42d034be7c5a4551fdc20e (diff)
usb: dwc2: Add support for Canaan K230
Canaan Kendryte K230 SoC instantiates a dwc2 v4.30a core. This patch adds the compatible for it. Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
-rw-r--r--doc/device-tree-bindings/usb/dwc2.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/usb/dwc2.txt b/doc/device-tree-bindings/usb/dwc2.txt
index 7a533f65934..9a87202d4b9 100644
--- a/doc/device-tree-bindings/usb/dwc2.txt
+++ b/doc/device-tree-bindings/usb/dwc2.txt
@@ -4,6 +4,7 @@ Platform DesignWare HS OTG USB 2.0 controller
Required properties:
- compatible : One of:
- brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.
+ - canaan,k230-otg: The DWC2 USB controller instance in the K230 SoC.
- hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC.
- "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs;
- "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs;