From: Bhupesh Sharma Date: Fri, 26 May 2023 19:22:03 +0000 (+0530) Subject: arm64: dts: qcom: sdm845: Fix the slimbam DMA engine compatible string X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=20bf3ac438fd2f6f9a98bc5cbddb5024cd31560f;p=linux.git arm64: dts: qcom: sdm845: Fix the slimbam DMA engine compatible string As per documentation, Qualcomm SDM845 SoC supports SLIMBAM DMA engine v1.7.4, so use the correct compatible strings. Reviewed-by: Konrad Dybcio Tested-by: Anders Roxell Tested-by: Linux Kernel Functional Testing Signed-off-by: Bhupesh Sharma Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230526192210.3146896-5-bhupesh.sharma@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index b3d00d805ecc3..e55f826709c3a 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -5212,7 +5212,7 @@ }; slimbam: dma-controller@17184000 { - compatible = "qcom,bam-v1.7.0"; + compatible = "qcom,bam-v1.7.4", "qcom,bam-v1.7.0"; qcom,controlled-remotely; reg = <0 0x17184000 0 0x2a000>; num-channels = <31>;