usb: host: Add ac5 to EHCI Orion
authorElad Nachman <enachman@marvell.com>
Sun, 14 Jan 2024 17:21:54 +0000 (19:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jan 2024 00:53:51 +0000 (16:53 -0800)
commitc63fe1cc70933ca667d834a8d836162d3bfc7b0a
treebb9d1952a74aed92add4c2e6539fcb8cfd327556
parent2fa5c7e53112a5ffef385c587d7d5de96d0b2d08
usb: host: Add ac5 to EHCI Orion

Add support for ac5 to the EHCI Orion platform driver.
The ac5 SOC has DDR starting at offset 0x2_0000_0000,
Hence it requires a larger than 32-bit DMA mask to operate.
Move the dma mask to be pointed by the OF match data, and
use that match data when initializng the DMA mask.

Signed-off-by: Elad Nachman <enachman@marvell.com>
Link: https://lore.kernel.org/r/20240114172154.2622275-3-enachman@marvell.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-orion.c