From 924e2b408ca43c644c4ffbddb05ef68e5cf8bab5 Mon Sep 17 00:00:00 2001 From: Fabrice Gasnier Date: Wed, 13 Oct 2021 15:57:03 +0200 Subject: [PATCH] dt-bindings: usb: dwc2: adopt otg properties defined in usb-drd.yaml Adopt some OTG optional properties as defined in usb-drd.yaml: - otg-rev - hnp-disable - srp-disable Reviewed-by: Rob Herring Signed-off-by: Fabrice Gasnier Link: https://lore.kernel.org/r/1634133425-25670-3-git-send-email-fabrice.gasnier@foss.st.com Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/usb/dwc2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index 0acbb7a7569ab..56a818478cd73 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.yaml +++ b/Documentation/devicetree/bindings/usb/dwc2.yaml @@ -106,6 +106,12 @@ properties: dr_mode: true + otg-rev: true + + hnp-disable: true + + srp-disable: true + usb-role-switch: true g-rx-fifo-size: -- 2.30.2