From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Abdel Alkuor <alkuor@gmail.com>, devicetree@vger.kernel.org
Cc: gregkh@linuxfoundation.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
Abdel Alkuor <abdelalkuor@geotab.com>
Subject: Re: [PATCH] dt-bindings: usb: Add ti,tps25750
Date: Sat, 19 Aug 2023 14:46:18 +0200 [thread overview]
Message-ID: <ba8e2a3c-8abd-8cd1-7490-10b13b131af3@linaro.org> (raw)
In-Reply-To: <20230818153015.513053-1-alkuor@gmail.com>
On 18/08/2023 17:30, Abdel Alkuor wrote:
> From: Abdel Alkuor <abdelalkuor@geotab.com>
>
> TPS25750 provides power negotiation and capabilities management
> for USB Type-C applications.
>
> Signed-off-by: Abdel Alkuor <abdelalkuor@geotab.com>
> ---
> v2:
git format-patch -v2 -1
> - Remove redundant word 'binding' from Subject
> - Add new line before reg property
> - Remove unused description in interrupts property
> - Drop interrupt-names property
> - Add maxItems to firmware-name property
> - Use generic node name 'typec' instead of 'tps25750'
> ---
> .../devicetree/bindings/usb/ti,tps25750.yaml | 81 +++++++++++++++++++
> 1 file changed, 81 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/ti,tps25750.yaml
>
> diff --git a/Documentation/devicetree/bindings/usb/ti,tps25750.yaml b/Documentation/devicetree/bindings/usb/ti,tps25750.yaml
> new file mode 100644
> index 000000000000..d98c34df340d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/ti,tps25750.yaml
> @@ -0,0 +1,81 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/usb/ti,tps25750.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Texas Instruments 25750 Type-C Port Switch and Power Delivery controller
> +
> +maintainers:
> + - Abdel Alkuor <abdelalkuor@geotab.com>
> +
> +description: |
> + Texas Instruments 25750 Type-C Port Switch and Power Delivery controller
> +
> +properties:
> + compatible:
> + enum:
> + - ti,tps25750
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + firmware-name:
> + description: |
> + Should contain the name of the default patch binary
> + file located on the firmware search path which is
> + used to switch the controller into APP mode
> + maxItems: 1
> +
> + connector:
> + type: object
> + $ref: ../connector/usb-connector.yaml#
> + description:
> + Properties for usb c connector.
> + required:
> + - data-role
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - connector
> +
> +additionalProperties: true
> +
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + typec: tps25750@21 {
Nothing improved in node name. Drop the label "typec", because it is not
used.
I still wait for the user, as I wrote in your v1.
Best regards,
Krzysztof
prev parent reply other threads:[~2023-08-19 12:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-18 15:30 [PATCH] dt-bindings: usb: Add ti,tps25750 Abdel Alkuor
2023-08-19 12:46 ` Krzysztof Kozlowski [this message]
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=ba8e2a3c-8abd-8cd1-7490-10b13b131af3@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=abdelalkuor@geotab.com \
--cc=alkuor@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@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).