diff options
| author | Elad Nachman <[email protected]> | 2024-01-14 19:21:53 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-01-27 16:53:51 -0800 |
| commit | 2fa5c7e53112a5ffef385c587d7d5de96d0b2d08 (patch) | |
| tree | eceae6fbfc64cc57611e7bf30e906a24d03bf5b1 | |
| parent | 05d039e176cccc4c435c36ccd39170d218563a94 (diff) | |
dt-bindings: usb: Add Marvell ac5
Add Marvell ac5 device tree bindings to generic EHCI.
This compatible enables the Marvell Orion platform code
to properly configure the DMA mask for the Marvell AC5 SOC.
Signed-off-by: Elad Nachman <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml index 87986c45be88..2ed178f16a78 100644 --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml @@ -77,6 +77,7 @@ properties: - const: usb-ehci - enum: - generic-ehci + - marvell,ac5-ehci - marvell,armada-3700-ehci - marvell,orion-ehci - nuvoton,npcm750-ehci |