From: Bhupesh Sharma Date: Fri, 26 May 2023 19:22:02 +0000 (+0530) Subject: arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31dfb8014f6bbebf06ca5084a072f755d8dd9797;p=linux.git arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string As per documentation, Qualcomm SM8550 SoC supports BAM 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-4-bhupesh.sharma@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index 473ab1831ab1b..29b99003d8a9f 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -1840,7 +1840,7 @@ }; cryptobam: dma-controller@1dc4000 { - compatible = "qcom,bam-v1.7.0"; + compatible = "qcom,bam-v1.7.4", "qcom,bam-v1.7.0"; reg = <0x0 0x01dc4000 0x0 0x28000>; interrupts = ; #dma-cells = <1>;