Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: usb: dwc3: spacemit: add support for K3 SoC

Add compatible string for DWC3 USB controller found in SpacemiT K3 SoC.

The USB2.0 host controller in K3 SoC actually use DWC3 IP but only support
USB2.0 functionality, thus in the hardware layer, it has only one USB2 PHY.
While in K1 SoC, the USB controller has both USB2 and USB3 Combo PHY
connected, but able to work in a reduced USB2.0 mode which requres only
one USB2 PHY, leaves the USB3 Combo PHY to PCIe controller. So both K1
and K3 SoC are able to work in the USB2.0 mode which requires one PHY.

Explicitly reduce number of phy property to minimal one.

Signed-off-by: Yixun Lan <dlan@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260320-02-k3-usb20-support-v2-1-308ea0e44038@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Yixun Lan and committed by
Greg Kroah-Hartman
e7e86965 091ef6f5

+5 -1
+5 -1
Documentation/devicetree/bindings/usb/spacemit,k1-dwc3.yaml
··· 27 27 28 28 properties: 29 29 compatible: 30 - const: spacemit,k1-dwc3 30 + enum: 31 + - spacemit,k1-dwc3 32 + - spacemit,k3-dwc3 31 33 32 34 reg: 33 35 maxItems: 1 ··· 44 42 maxItems: 1 45 43 46 44 phys: 45 + minItems: 1 47 46 items: 48 47 - description: phandle to USB2/HS PHY 49 48 - description: phandle to USB3/SS PHY 50 49 51 50 phy-names: 51 + minItems: 1 52 52 items: 53 53 - const: usb2-phy 54 54 - const: usb3-phy