]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: sm8650: Fix CDSP context banks unit addresses
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Nov 2024 14:42:04 +0000 (15:42 +0100)
committerBjorn Andersson <andersson@kernel.org>
Fri, 27 Dec 2024 04:16:45 +0000 (22:16 -0600)
There is a mismatch between 'reg' property and unit address for last
there CDSP compute context banks.  Current values were taken as-is from
downstream source.  Considering that 'reg' is used by Linux driver as
SID of context bank and that least significant bytes of IOMMU value
match the 'reg', assume the unit-address is wrong and needs fixing.
This also won't have any practical impact, except adhering to Devicetree
spec.

Fixes: dae8cdb0a9e1 ("arm64: dts: qcom: sm8650: Add three missing fastrpc-compute-cb nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241104144204.114279-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650.dtsi

index 2d7bf4a90052a9f42e9ef2b8edfc5affacf17b75..63eb013a29de055f2541da1d810b0c7119d4c2f6 100644 (file)
 
                                        /* note: secure cb9 in downstream */
 
-                                       compute-cb@10 {
+                                       compute-cb@12 {
                                                compatible = "qcom,fastrpc-compute-cb";
                                                reg = <12>;
 
                                                dma-coherent;
                                        };
 
-                                       compute-cb@11 {
+                                       compute-cb@13 {
                                                compatible = "qcom,fastrpc-compute-cb";
                                                reg = <13>;
 
                                                dma-coherent;
                                        };
 
-                                       compute-cb@12 {
+                                       compute-cb@14 {
                                                compatible = "qcom,fastrpc-compute-cb";
                                                reg = <14>;