[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240109081044.10515-1-enachman@marvell.com>
Date: Tue, 9 Jan 2024 10:10:42 +0200
From: Elad Nachman <enachman@...vell.com>
To: <gregkh@...uxfoundation.org>,
rowland.harvard.edu@...b-0016f401.pphosted.com, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>,
<devicetree@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <enachman@...vell.com>
Subject: [PATCH v3 0/2] usb: host: Add ac5 to EHCI Orion
From: Elad Nachman <enachman@...vell.com>
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.
Add dt bindings compatible string to identify the AC5 SOC,
so the driver will know when to apply this different dma mask.
v3:
1) Combine dt bindings and driver pathces into a single patchset.
v2:
1) Fix compiler warning
Elad Nachman (2):
dt-bindings: usb: Add Marvell ac5
usb: host: Add ac5 to EHCI Orion
.../devicetree/bindings/usb/generic-ehci.yaml | 1 +
drivers/usb/host/ehci-orion.c | 19 +++++++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
--
2.25.1
Powered by blists - more mailing lists