On Mon, Jan 08, 2024 at 07:54:57PM +0200, Elad Nachman wrote: > From: Elad Nachman <enachman@xxxxxxxxxxx> > > 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@xxxxxxxxxxx> > --- Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>