Message ID | 20230909202957.1120153-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for CBDTU02043 | expand |
On Sat, Sep 09, 2023 at 05:29:55PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > Add a compatible entry for the NXP CBDTU02043 GPIO-based mux hardware > used for connecting, disconnecting and switching orientation of > the SBU lines in USB Type-C applications. > > CBTU02043 datasheet: https://www.nxp.com/docs/en/data-sheet/CBTU02043.pdf > > Signed-off-by: Fabio Estevam <festevam@denx.de> > --- > Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml > index f196beb826d8..b61dcf8b4aad 100644 > --- a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml > +++ b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml > @@ -19,6 +19,7 @@ properties: > compatible: > items: > - enum: > + - nxp,cbdtu02043 > - onnn,fsusb43l10x > - pericom,pi3usb102 > - const: gpio-sbu-mux Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
diff --git a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml index f196beb826d8..b61dcf8b4aad 100644 --- a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml +++ b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml @@ -19,6 +19,7 @@ properties: compatible: items: - enum: + - nxp,cbdtu02043 - onnn,fsusb43l10x - pericom,pi3usb102 - const: gpio-sbu-mux