From: Ze Huang <huang.ze@linux.dev>
To: Philipp Zabel <p.zabel@pengutronix.de>,
Ze Huang <huang.ze@linux.dev>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Yixun Lan <dlan@gentoo.org>,
Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-riscv@lists.infradead.org, spacemit@lists.linux.dev,
linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v6 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1
Date: Mon, 21 Jul 2025 19:57:56 +0800 [thread overview]
Message-ID: <aH4rRKPHzB0kd7Ek@monica.localdomain> (raw)
In-Reply-To: <468961ac17fb5dd4365943a24206040575b0e982.camel@pengutronix.de>
On Mon, Jul 21, 2025 at 01:02:54PM +0200, Philipp Zabel wrote:
> On Sa, 2025-07-12 at 15:49 +0800, Ze Huang wrote:
> > Add support for the USB 3.0 Dual-Role Device (DRD) controller embedded
> > in the SpacemiT K1 SoC. The controller is based on the Synopsys
> > DesignWare Core USB 3 (DWC3) IP, supporting USB3.0 host mode and USB 2.0
> > DRD mode.
> >
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Signed-off-by: Ze Huang <huang.ze@linux.dev>
> > ---
> > .../devicetree/bindings/usb/spacemit,k1-dwc3.yaml | 107 +++++++++++++++++++++
> > 1 file changed, 107 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/usb/spacemit,k1-dwc3.yaml b/Documentation/devicetree/bindings/usb/spacemit,k1-dwc3.yaml
> > new file mode 100644
> > index 0000000000000000000000000000000000000000..c967ad6aae50199127a4f8a17d53fc34e8d9480b
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/usb/spacemit,k1-dwc3.yaml
> > @@ -0,0 +1,107 @@
> > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> > +%YAML 1.2
> > +---
> > +$id: http://devicetree.org/schemas/usb/spacemit,k1-dwc3.yaml#
> > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > +
> > +title: SpacemiT K1 SuperSpeed DWC3 USB SoC Controller
> > +
> > +maintainers:
> > + - Ze Huang <huang.ze@linux.dev>
> > +
> > +description: |
> > + The SpacemiT K1 embeds a DWC3 USB IP Core which supports Host functions
> > + for USB 3.0 and DRD for USB 2.0.
> > +
> > + Key features:
> > + - USB3.0 SuperSpeed and USB2.0 High/Full/Low-Speed support
> > + - Supports low-power modes (USB2.0 suspend, USB3.0 U1/U2/U3)
> > + - Internal DMA controller and flexible endpoint FIFO sizing
> > +
> > + Communication Interface:
> > + - Use of PIPE3 (125MHz) interface for USB3.0 PHY
> > + - Use of UTMI+ (30/60MHz) interface for USB2.0 PHY
> > +
> > +allOf:
> > + - $ref: snps,dwc3-common.yaml#
> > +
> > +properties:
> > + compatible:
> > + const: spacemit,k1-dwc3
> > +
> > + reg:
> > + maxItems: 1
> > +
> > + clocks:
> > + maxItems: 1
> > +
> > + clock-names:
> > + const: usbdrd30
> > +
> > + interrupts:
> > + maxItems: 1
> > +
> > + phys:
> > + items:
> > + - description: phandle to USB2/HS PHY
> > + - description: phandle to USB3/SS PHY
> > +
> > + phy-names:
> > + items:
> > + - const: usb2-phy
> > + - const: usb3-phy
> > +
> > + resets:
> > + items:
> > + - description: USB3.0 AHB reset line
> > + - description: USB3.0 VCC reset line
> > + - description: USB3.0 PHY reset line
>
> Are we sure all resets will only ever need to be triggered together?
>
> Otherwise it might be safer to add a reset-names property.
>
Yeah, that's helpful. Will add reset-names property in next version.
>
> regards
> Philipp
next prev parent reply other threads:[~2025-07-21 11:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-12 7:48 [PATCH v6 0/2] Add SpacemiT K1 USB3.0 host controller support Ze Huang
2025-07-12 7:49 ` [PATCH v6 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1 Ze Huang
2025-07-21 11:02 ` Philipp Zabel
2025-07-21 11:57 ` Ze Huang [this message]
2025-07-12 7:49 ` [PATCH v6 2/2] usb: dwc3: add generic driver to support flattened Ze Huang
2025-07-15 20:50 ` Alex Elder
2025-07-20 6:34 ` Ze Huang
2025-07-21 12:08 ` Ze Huang
2025-07-22 0:34 ` Yao Zi
2025-07-22 15:55 ` Ze Huang
2025-07-21 11:01 ` Philipp Zabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aH4rRKPHzB0kd7Ek@monica.localdomain \
--to=huang.ze@linux.dev \
--cc=Thinh.Nguyen@synopsys.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlan@gentoo.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=spacemit@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).