Skip to content

Commit 0fa1bae

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: sdx55-telit: Represent secure-regions as 64-bit elements
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: 6a5d3c6 ("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>
1 parent 619d3c4 commit 0fa1bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@
250250
nand-ecc-step-size = <512>;
251251
nand-bus-width = <8>;
252252
/* ico and efs2 partitions are secured */
253-
secure-regions = <0x500000 0x500000
254-
0xa00000 0xb00000>;
253+
secure-regions = /bits/ 64 <0x500000 0x500000
254+
0xa00000 0xb00000>;
255255
};
256256
};
257257

0 commit comments

Comments
 (0)