diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-09-20 02:18:49 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2020-10-02 08:57:39 +0200 |
commit | 704c70fa08ad45e618d703a8aafca5c7c01d6e9d (patch) | |
tree | e505cdb3b02b25819f464b80d3b10f1dcf307956 /Documentation/devicetree/bindings/usb/dwc2.yaml | |
parent | USB: gadget: f_ncm: Fix NDP16 datagram validation (diff) | |
download | linux-704c70fa08ad45e618d703a8aafca5c7c01d6e9d.tar.xz linux-704c70fa08ad45e618d703a8aafca5c7c01d6e9d.zip |
dt-bindings: usb: dwc2: add support for APM82181 SoCs USB OTG HS and FS
adds the specific compatible string for the DWC2 IP found in the APM82181
SoCs. The APM82181's USB-OTG seems like it was taken from its direct
predecessor: the PPC460EX (canyonlands).
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/dwc2.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index ffa157a0fce7..34ddb5c877a1 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.yaml +++ b/Documentation/devicetree/bindings/usb/dwc2.yaml @@ -39,6 +39,7 @@ properties: - amlogic,meson-g12a-usb - const: snps,dwc2 - const: amcc,dwc-otg + - const: apm,apm82181-dwc-otg - const: snps,dwc2 - const: st,stm32f4x9-fsotg - const: st,stm32f4x9-hsotg |