diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-04-13 17:26:24 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-04-20 17:22:22 -0500 |
commit | 989f51752783a8eab32d53f9991c889faed1da6b (patch) | |
tree | a28013c2646deee44421c161f1cf6ccd5d0a8582 | |
parent | 63d35f6cf31f68db7d75bce827a7b59710276533 (diff) | |
download | lwn-989f51752783a8eab32d53f9991c889faed1da6b.tar.gz lwn-989f51752783a8eab32d53f9991c889faed1da6b.zip |
dt-bindings: usb: ingenic,musb: Add usb-role-switch property
Add the common usb-role-switch boolean property to the list of the
supported properties.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/ingenic,musb.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/ingenic,musb.yaml b/Documentation/devicetree/bindings/usb/ingenic,musb.yaml index c2d2ee43ba67..c334aea6b59d 100644 --- a/Documentation/devicetree/bindings/usb/ingenic,musb.yaml +++ b/Documentation/devicetree/bindings/usb/ingenic,musb.yaml @@ -42,6 +42,9 @@ properties: phys: description: PHY specifier for the USB PHY + usb-role-switch: + type: boolean + required: - compatible - reg |