diff options
| author | Fabio Estevam <[email protected]> | 2023-10-16 10:11:41 -0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-16 20:02:51 +0200 |
| commit | 5220d8b04a840fa09434072c866d032b163419e3 (patch) | |
| tree | f24ca8569583d875a579b0caf4b64df555afc7ae | |
| parent | 11110783f5ea866318831a56353c6f1c3fc0d8ed (diff) | |
dt-bindings: usb: gpio-sbu-mux: Make 'mode-switch' not required
On a i.MX8QXP MEK board that has an NXP CBDTU02043 mux, there is
no mode-switch support, only orientation switch.
Make the 'mode-switch' property a non-required one.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml index b61dcf8b4aad..d3b2b666ec2a 100644 --- a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml +++ b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml @@ -51,7 +51,6 @@ required: - compatible - enable-gpios - select-gpios - - mode-switch - orientation-switch - port |