devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Frank Li <Frank.Li@nxp.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	"open list:USB SUBSYSTEM" <linux-usb@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Cc: imx@lists.linux.dev
Subject: Re: [PATCH 1/1] dt-bindings: usb: Convert fsl-usb to yaml
Date: Wed, 26 Jun 2024 11:26:18 +0200	[thread overview]
Message-ID: <b354d11e-9031-47f1-8a23-bbd14ea3d5dd@kernel.org> (raw)
In-Reply-To: <20240625022541.2007010-1-Frank.Li@nxp.com>

On 25/06/2024 04:25, Frank Li wrote:
> Convert fsl-usb binding doc to yaml format.
> 
> Additional change:


> -	usb@4000 {
> -		compatible = "fsl,mpc5121-usb2-dr";
> -		reg = <0x4000 0x1000>;
> -		#address-cells = <1>;
> -		#size-cells = <0>;
> -		interrupt-parent = < &ipic >;
> -		interrupts = <44 0x8>;
> -		dr_mode = "otg";
> -		phy_type = "utmi_wide";
> -		fsl,invert-drvvbus;
> -		fsl,invert-pwr-fault;
> -	};
> diff --git a/Documentation/devicetree/bindings/usb/fsl-usb.yaml b/Documentation/devicetree/bindings/usb/fsl-usb.yaml
> new file mode 100644
> index 0000000000000..8b5724e213f09
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/fsl-usb.yaml

fsl,usb.yaml
or: fsl,usb2.yaml

> +
> +maintainers:
> +  - Frank Li <Frank.Li@nxp.com>
> +
> +description: |

Do not need '|' unless you need to preserve formatting.

> +  The device node for a USB controller that is part of a Freescale
> +  SOC is as described in the document "Open Firmware Recommended
> +  Practice: Universal Serial Bus" with the following modifications
> +  and additions.
> +
> +properties:
> +  compatible:
> +    oneOf:
> +      - enum:
> +          - fsl-usb2-mph
> +          - fsl-usb2-dr
> +          - fsl-usb2-dr-v2.2

It cannot be standalone and not-standalone. Cannot be both. Choose one.

> +      - items:
> +          - enum:
> +              - fsl-usb2-dr-v2.2
> +              - fsl-usb2-dr-v2.5
> +          - const: fsl-usb2-dr
> +
> +  phy_type:
> +    $ref: /schemas/types.yaml#/definitions/string
> +    enum: [ulpi, serial, utmi, utmi_wide]
> +
> +  reg:
> +    maxItems: 1
> +
> +  interrupts:
> +    maxItems: 1
> +
> +  port0:
> +    $ref: /schemas/types.yaml#/definitions/flag
> +    description:
> +      Indicates port0 is connected for fsl-usb2-mph compatible controllers.
> +
> +  port1:
> +    $ref: /schemas/types.yaml#/definitions/flag
> +    description:
> +      Indicates port1 is connected for "fsl-usb2-mph" compatible controllers.
> +
> +  fsl,invert-drvvbus:
> +    $ref: /schemas/types.yaml#/definitions/flag
> +    description:
> +      for MPC5121 USB0 only. Indicates the
> +      port power polarity of internal PHY signal DRVVBUS is inverted.
> +
> +  fsl,invert-pwr-fault:
> +    $ref: /schemas/types.yaml#/definitions/flag
> +    description:
> +      for MPC5121 USB0 only. Indicates
> +      the PWR_FAULT signal polarity is inverted.
> +
> +required:
> +  - compatible
> +  - reg
> +  - interrupts
> +  - phy_type

Keep the same order as in "properties:". Preferably this order, so
adjust "properties:" to match "required:".

> +
> +allOf:
> +  - $ref: usb-drd.yaml#
> +


Best regards,
Krzysztof


  reply	other threads:[~2024-06-26  9:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25  2:25 [PATCH 1/1] dt-bindings: usb: Convert fsl-usb to yaml Frank Li
2024-06-26  9:26 ` Krzysztof Kozlowski [this message]
2024-06-26 15:04   ` Frank Li
2024-06-27  7:00     ` Krzysztof Kozlowski

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=b354d11e-9031-47f1-8a23-bbd14ea3d5dd@kernel.org \
    --to=krzk@kernel.org \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=imx@lists.linux.dev \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=robh@kernel.org \
    /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).