Commit 828896c5 authored by Vinod Koul's avatar Vinod Koul Committed by Bjorn Andersson

arm64: dts: msm8994: 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-6-vkoul@kernel.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent eaf61213
......@@ -359,7 +359,7 @@ sdhc2: sdhci@f98a4900 {
status = "disabled";
};
blsp1_dma: dma@f9904000 {
blsp1_dma: dma-controller@f9904000 {
compatible = "qcom,bam-v1.7.0";
reg = <0xf9904000 0x19000>;
interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>;
......@@ -455,7 +455,7 @@ blsp_i2c4: i2c@f9926000 {
status = "disabled";
};
blsp2_dma: dma@f9944000 {
blsp2_dma: dma-controller@f9944000 {
compatible = "qcom,bam-v1.7.0";
reg = <0xf9944000 0x19000>;
interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>;
......
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