Message ID | 20231121202925.2481471-2-dmitry.baryshkov@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | usb: typec: tcpm: Handle Accessory Modes | expand |
On Tue, 21 Nov 2023 22:26:59 +0200, Dmitry Baryshkov wrote: > Add description of the USB-C Accessory Modes supported on the particular > USB-C connector. This is required for devices like Qualcomm SM8150-HDK, > which have no other way to express accessory modes supported by the > hardware platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > .../devicetree/bindings/connector/usb-connector.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Tue, Nov 21, 2023 at 10:26:59PM +0200, Dmitry Baryshkov wrote: > Add description of the USB-C Accessory Modes supported on the particular > USB-C connector. This is required for devices like Qualcomm SM8150-HDK, > which have no other way to express accessory modes supported by the > hardware platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > .../devicetree/bindings/connector/usb-connector.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Does not apply to my tree, can you regenerate this against the next linux-next and resend with the acks added? thanks, greg k-h
diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml index c1aaac861d9d..b4f96ef85fb0 100644 --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml @@ -171,6 +171,18 @@ properties: offer the power, Capability Mismatch is set. Required for power sink and power dual role. + accessory-mode-audio: + type: boolean + description: Whether the device supports Audio Adapter Accessory Mode. This + is only necessary if there are no other means to discover supported + alternative modes (e.g. through the UCSI firmware interface). + + accessory-mode-debug: + type: boolean + description: Whether the device supports Debug Accessory Mode. This + is only necessary if there are no other means to discover supported + alternative modes (e.g. through the UCSI firmware interface). + altmodes: type: object description: List of Alternative Modes supported by the schematics on the
Add description of the USB-C Accessory Modes supported on the particular USB-C connector. This is required for devices like Qualcomm SM8150-HDK, which have no other way to express accessory modes supported by the hardware platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- .../devicetree/bindings/connector/usb-connector.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+)