From: Rob Herring <robh@kernel.org>
To: Charan Pedumuru <charan.pedumuru@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Herve Codina <herve.codina@bootlin.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/4] dt-bindings: usb: generic-ohci: add AT91RM9200 OHCI binding support
Date: Thu, 5 Mar 2026 18:45:33 -0600 [thread overview]
Message-ID: <20260306004533.GA870954-robh@kernel.org> (raw)
In-Reply-To: <20260224-atmel-usb-v2-1-6d6a615c9c47@gmail.com>
On Tue, Feb 24, 2026 at 01:12:58PM +0000, Charan Pedumuru wrote:
> Add binding support for the Atmel AT91RM9200 OHCI USB host controller
> to the generic OHCI schema.
>
> Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com>
> ---
> .../devicetree/bindings/usb/generic-ohci.yaml | 27 ++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
> index 961cbf85eeb5..ab8a49142386 100644
> --- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml
> +++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
> @@ -55,6 +55,7 @@ properties:
> - ti,ohci-omap3
> - items:
> - enum:
> + - atmel,at91rm9200-ohci
> - cavium,octeon-6335-ohci
> - nintendo,hollywood-usb-ohci
> - nxp,ohci-nxp
> @@ -137,6 +138,16 @@ properties:
> The associated ISP1301 device. Necessary for the UDC controller for
> connecting to the USB physical layer.
>
> + atmel,vbus-gpio:
> + description: GPIO used to control or sense the USB VBUS power.
> + minItems: 1
> + maxItems: 3
> +
> + atmel,oc-gpio:
> + description: GPIO used to signal USB overcurrent condition.
> + minItems: 1
> + maxItems: 3
> +
> required:
> - compatible
> - reg
> @@ -144,6 +155,22 @@ required:
>
> allOf:
> - $ref: usb-hcd.yaml
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: atmel,at91rm9200-ohci
> + then:
> + properties:
> + clock-names:
> + items:
> + - const: ohci_clk
> + - const: hclk
> + - const: uhpck
> +
> + required:
> + - clocks
> + - clock-names
else:
properties:
atmel,vbus-gpio: false
atmel,oc-gpio: false
> - if:
> not:
> properties:
>
> --
> 2.53.0
>
next prev parent reply other threads:[~2026-03-06 0:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 13:12 [PATCH v2 0/4] dt-bindings: usb: atmel: convert Atmel USB controller bindings to YAML Charan Pedumuru
2026-02-24 13:12 ` [PATCH v2 1/4] dt-bindings: usb: generic-ohci: add AT91RM9200 OHCI binding support Charan Pedumuru
2026-03-06 0:45 ` Rob Herring [this message]
2026-03-07 7:02 ` Charan Pedumuru
2026-02-24 13:12 ` [PATCH v2 2/4] dt-bindings: usb: generic-ehci: fix schema structure and add at91sam9g45 constraints Charan Pedumuru
2026-03-06 0:47 ` Rob Herring (Arm)
2026-02-24 13:13 ` [PATCH v2 3/4] dt-bindings: usb: atmel,at91rm9200-udc: convert to DT schema Charan Pedumuru
2026-03-06 0:47 ` Rob Herring (Arm)
2026-02-24 13:13 ` [PATCH v2 4/4] dt-bindings: usb: atmel,at91sam9rl-udc: " Charan Pedumuru
2026-03-06 0:49 ` Rob Herring
2026-03-07 7:46 ` Charan Pedumuru
2026-03-10 17:56 ` Rob Herring
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=20260306004533.GA870954-robh@kernel.org \
--to=robh@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=charan.pedumuru@gmail.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=herve.codina@bootlin.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.