Commit a8fbc8bd authored by Vinod Koul's avatar Vinod Koul Committed by Bjorn Andersson

arm64: dts: sdm845: Fix dma node name

DMA controller binding describes the node name should be dma-controller
and not dma, so fix the node name
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20201027164511.476312-2-vkoul@kernel.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 2704ff5f
...@@ -4487,7 +4487,7 @@ msi-controller@17a40000 { ...@@ -4487,7 +4487,7 @@ msi-controller@17a40000 {
}; };
}; };
slimbam: dma@17184000 { slimbam: dma-controller@17184000 {
compatible = "qcom,bam-v1.7.0"; compatible = "qcom,bam-v1.7.0";
qcom,controlled-remotely; qcom,controlled-remotely;
reg = <0 0x17184000 0 0x2a000>; reg = <0 0x17184000 0 0x2a000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment