projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ed181
)
arm64: dts: ipq6018: Fix dma node name
author
Vinod Koul
<vkoul@kernel.org>
Tue, 27 Oct 2020 16:45:10 +0000
(22:15 +0530)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Wed, 11 Nov 2020 05:07:33 +0000
(23:07 -0600)
DMA controller binding describes the node name should be dma-controller
and not dma, so fix the node name
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link:
https://lore.kernel.org/r/20201027164511.476312-9-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/ipq6018.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
index cdc1e3d60c58eede3a577ef94a3d7c119a6a3777..540460457420b9a9f8c2a3fbf1e1c2cae764babd 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/
arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@
-192,7
+192,7
@@
clock-names = "core";
};
- cryptobam: dma@704000 {
+ cryptobam: dma
-controller
@704000 {
compatible = "qcom,bam-v1.7.0";
reg = <0x0 0x00704000 0x0 0x20000>;
interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>;
@@
-252,7
+252,7
@@
reg = <0x0 0x01945000 0x0 0xe000>;
};
- blsp_dma: dma@7884000 {
+ blsp_dma: dma
-controller
@7884000 {
compatible = "qcom,bam-v1.7.0";
reg = <0x0 0x07884000 0x0 0x2b000>;
interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>;