Skip to content

Commit

Permalink
dt-bindings: usb: generic-ehci: Document dr_mode property
Browse files Browse the repository at this point in the history
Document the optional property dr_mode present on both RZ/G2 and
R-Car Gen3 SoCs.

It fixes dtbs_check warning,
'dr_mode' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210630073013.22415-3-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Biju Das authored and Greg Kroah-Hartman committed Jul 21, 2021
1 parent b833ce1 commit 31f21e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/devicetree/bindings/usb/generic-ehci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ properties:
iommus:
maxItems: 1

dr_mode:
enum:
- host
- otg

required:
- compatible
- reg
Expand Down

0 comments on commit 31f21e2

Please sign in to comment.