Skip to content

Commit

Permalink
arm64: dts: sdm630: Fix dma node name
Browse files Browse the repository at this point in the history
DMA controller binding describes the node name should be dma-controller
and not dma, so fix the node name

Signed-off-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
  • Loading branch information
vinodkoul authored and andersson committed Nov 11, 2020
1 parent a8fbc8b commit b831fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sdm630.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
status = "disabled";
};

blsp1_dma: dma@c144000 {
blsp1_dma: dma-controller@c144000 {
compatible = "qcom,bam-v1.7.0";
reg = <0x0c144000 0x1f000>;
interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>;
Expand Down Expand Up @@ -944,7 +944,7 @@
status = "disabled";
};

blsp2_dma: dma@c184000 {
blsp2_dma: dma-controller@c184000 {
compatible = "qcom,bam-v1.7.0";
reg = <0x0c184000 0x1f000>;
interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>;
Expand Down

0 comments on commit b831fba

Please sign in to comment.