From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: "Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Andy Gross" <agross@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konrad.dybcio@linaro.org>,
"Hans de Goede" <hdegoede@redhat.com>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Mark Gross" <markgross@kernel.org>,
"Heikki Krogerus" <heikki.krogerus@linux.intel.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org,
platform-driver-x86@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH v3 1/3] dt-bindings: connector: usb: add altmodes description
Date: Mon, 27 Nov 2023 12:50:48 -0600 [thread overview]
Message-ID: <20231127185048.GA2291396-robh@kernel.org> (raw)
In-Reply-To: <20231120224919.2293730-2-dmitry.baryshkov@linaro.org>
On Tue, Nov 21, 2023 at 12:00:18AM +0200, Dmitry Baryshkov wrote:
> Add description of the USB-C AltModes supported on the particular USB-C
> connector. This is required for devices like Qualcomm Robotics RB5,
> which have no other way to express alternative modes supported by the
> hardware platform.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> .../bindings/connector/usb-connector.yaml | 29 +++++++++++++++++++
> 1 file changed, 29 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml
> index 7c8a3e8430d3..c1aaac861d9d 100644
> --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml
> +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml
> @@ -171,6 +171,28 @@ properties:
> offer the power, Capability Mismatch is set. Required for power sink and
> power dual role.
>
> + altmodes:
> + type: object
> + description: List of Alternative Modes supported by the schematics on the
> + particular device. This is only necessary if there are no other means to
> + discover supported alternative modes (e.g. through the UCSI firmware
> + interface).
Move additionalProperties here.
> +
> + patternProperties:
> + "^(displayport)$":
> + type: object
> + description:
> + A single USB-C Alternative Mode as supported by the USB-C connector logic.
Move additionalProperties here.
And a blank line
> + properties:
> + svid:
> + $ref: /schemas/types.yaml#/definitions/uint16
> + description: Unique value assigned by USB-IF to the Vendor / AltMode.
blank line
Since you've constrained the node name, then the only possible value
here is 0xff01?
OTOH, I don't know that we want to enumerate all possible values here
especially if there could be lots of vendor modes. But then again, maybe
better to just wait and see if that becomes a problem.
With those nits fixed,
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2023-11-27 18:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-20 22:00 [PATCH v3 0/3] dt-bindings: connector: usb: provide bindings for altmodes Dmitry Baryshkov
2023-11-20 22:00 ` [PATCH v3 1/3] dt-bindings: connector: usb: add altmodes description Dmitry Baryshkov
2023-11-21 8:31 ` Krzysztof Kozlowski
2023-11-21 9:19 ` Dmitry Baryshkov
2023-11-27 18:50 ` Rob Herring [this message]
2023-11-20 22:00 ` [PATCH v3 2/3] usb: typec: change altmode SVID to u16 entry Dmitry Baryshkov
2023-11-20 22:00 ` [PATCH v3 3/3] arm64: dts: qcom: qrb5165-rb5: use u16 for DP altmode svid Dmitry Baryshkov
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=20231127185048.GA2291396-robh@kernel.org \
--to=robh@kernel.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=heikki.krogerus@linux.intel.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=markgross@kernel.org \
--cc=platform-driver-x86@vger.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).