aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2020-10-16 13:48:34 +0530
committerVinod Koul <vkoul@kernel.org>2020-10-16 14:34:05 +0530
commit3450baf954604f91f4771fc8c717ebcacef6d8c4 (patch)
tree4b620fe411b45b5380d2ab409fcccc28b70f38d8
parent5ae6c8f3c086b0e60a9144a45d707289c11cc075 (diff)
downloaddmaengine-topic/dts_qcom.tar.gz
arm64: dts: apq8016-sbc: Fix dma nodestopic/dts_qcom
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>
-rw-r--r--arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 194343510dcbde..e242cee97a5949 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -213,7 +213,7 @@
"SB_HS_ID";
};
- dma@7884000 {
+ dma-controller@7884000 {
status = "okay";
};