0115-dt-bindings-usb-mtu3-remove-optional-pinctrls.patch 1.3 KB

123456789101112131415161718192021222324252627282930
  1. From df2f0d10213798a806c90bc06db6bed501e7bf7d Mon Sep 17 00:00:00 2001
  2. From: Chunfeng Yun <[email protected]>
  3. Date: Fri, 13 Oct 2017 17:10:49 +0800
  4. Subject: [PATCH 115/224] dt-bindings: usb: mtu3: remove optional pinctrls
  5. Remove optional pinctrls due to using FORCE/RG_IDDIG to implement
  6. manual switch function.
  7. Signed-off-by: Chunfeng Yun <[email protected]>
  8. Signed-off-by: Felipe Balbi <[email protected]>
  9. ---
  10. Documentation/devicetree/bindings/usb/mediatek,mtu3.txt | 7 ++++---
  11. 1 file changed, 4 insertions(+), 3 deletions(-)
  12. --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt
  13. +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt
  14. @@ -30,9 +30,10 @@ Optional properties:
  15. when supports dual-role mode.
  16. - vbus-supply : reference to the VBUS regulator, needed when supports
  17. dual-role mode.
  18. - - pinctl-names : a pinctrl state named "default" must be defined,
  19. - "id_float" and "id_ground" are optinal which depends on
  20. - "mediatek,enable-manual-drd"
  21. + - pinctrl-names : a pinctrl state named "default" is optional, and need be
  22. + defined if auto drd switch is enabled, that means the property dr_mode
  23. + is set as "otg", and meanwhile the property "mediatek,enable-manual-drd"
  24. + is not set.
  25. - pinctrl-0 : pin control group
  26. See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt