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: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20201027164511.476312-2-vkoul@kernel.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
2704ff5f02
commit
a8fbc8bd8d
@ -4487,7 +4487,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
slimbam: dma@17184000 {
|
||||
slimbam: dma-controller@17184000 {
|
||||
compatible = "qcom,bam-v1.7.0";
|
||||
qcom,controlled-remotely;
|
||||
reg = <0 0x17184000 0 0x2a000>;
|
||||
|
Loading…
Reference in New Issue
Block a user