]> www.infradead.org Git - users/hch/dma-mapping.git/commitdiff
ARM: dts: qcom: sdx55-telit: Represent secure-regions as 64-bit elements
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 12 May 2021 05:01:41 +0000 (10:31 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 29 May 2021 16:24:27 +0000 (11:24 -0500)
The corresponding MTD code expects the regions to be of 64-bit elements.
Hence, prefix "/bits/ 64", otherwise the regions will not be parsed
correctly.

Fixes: 6a5d3c611930 ("ARM: dts: qcom: sdx55: Add basic devicetree support for Telit FN980 TLB")
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210512050141.43338-2-manivannan.sadhasivam@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

index 3065f84634b800d95d5af62c0585c7940c6d73a0..80c40da79604fcfb2e6d607eb0b645b24a4c5ec8 100644 (file)
                nand-ecc-step-size = <512>;
                nand-bus-width = <8>;
                /* ico and efs2 partitions are secured */
-               secure-regions = <0x500000 0x500000
-                                 0xa00000 0xb00000>;
+               secure-regions = /bits/ 64 <0x500000 0x500000
+                                           0xa00000 0xb00000>;
        };
 };