diff options
author | Sven Peter <[email protected]> | 2021-06-07 08:17:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-06-09 11:23:33 +0200 |
commit | 45d39448b4d0260743f25d88fd929451ec8296f2 (patch) | |
tree | 73a87ee35d26f7c09e2cff688bcfa0cbcd068727 /drivers/usb/cdns3/cdns3-imx.c | |
parent | 60dfe484cef45293e631b3a6e8995f1689818172 (diff) |
usb: dwc3: support 64 bit DMA in platform driver
Currently, the dwc3 platform driver does not explicitly ask for
a DMA mask. This makes it fall back to the default 32-bit mask which
breaks the driver on systems that only have RAM starting above the
first 4G like the Apple M1 SoC.
Fix this by calling dma_set_mask_and_coherent with a 64bit mask.
Reviewed-by: Arnd Bergmann <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Sven Peter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions