diff options
| author | Tom Rini <[email protected]> | 2025-01-17 08:27:40 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-17 08:27:40 -0600 |
| commit | c11dc783fb4418393dd08d39ee01debfc2dea4d4 (patch) | |
| tree | 9be496ff4f01fc070d3abde475e009aba1a2610c /doc/device-tree-bindings | |
| parent | ea3324b3444f174ddf033129a920dd9675c6521f (diff) | |
| parent | b3ce35900cfa500a31fad652302a92cab604d6b5 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/24215
- RISC-V: Add "riscv,isa-extensions" and multi-letter extension parsing
support
- RISC-V: Add default cache line size
- Board: Canaan: Add K230-CanMV support
- Board: VisionFive2: Split out target specific configuration
Diffstat (limited to 'doc/device-tree-bindings')
| -rw-r--r-- | doc/device-tree-bindings/usb/dwc2.txt | 1 |
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; |
