projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd7bb6
)
dmaengine: qcom: gpi: Add SM6350 support
author
Luca Weiss
<luca.weiss@fairphone.com>
Fri, 12 Aug 2022 08:27:20 +0000
(10:27 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Sun, 4 Sep 2022 16:22:36 +0000
(21:52 +0530)
The Qualcomm SM6350 platform does, like the SM8450, provide a set of GPI
controllers with an ee-offset of 0x10000. Add this to the driver.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20220812082721.1125759-3-luca.weiss@fairphone.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/qcom/gpi.c
patch
|
blob
|
history
diff --git
a/drivers/dma/qcom/gpi.c
b/drivers/dma/qcom/gpi.c
index 8f0c9c4e2efda0820e48db5a5c19bd8906d84f3c..89839864b4ec3739f0fdbfb49770c0b38753577a 100644
(file)
--- a/
drivers/dma/qcom/gpi.c
+++ b/
drivers/dma/qcom/gpi.c
@@
-2288,6
+2288,7
@@
static int gpi_probe(struct platform_device *pdev)
static const struct of_device_id gpi_of_match[] = {
{ .compatible = "qcom,sc7280-gpi-dma", .data = (void *)0x10000 },
{ .compatible = "qcom,sdm845-gpi-dma", .data = (void *)0x0 },
+ { .compatible = "qcom,sm6350-gpi-dma", .data = (void *)0x10000 },
{ .compatible = "qcom,sm8150-gpi-dma", .data = (void *)0x0 },
{ .compatible = "qcom,sm8250-gpi-dma", .data = (void *)0x0 },
{ .compatible = "qcom,sm8350-gpi-dma", .data = (void *)0x10000 },