Skip to content

Commit 619d3c4

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: sdx55-t55: 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: 3263d4b ("ARM: dts: qcom: sdx55: Add basic devicetree support for Thundercomm T55") Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20210512050141.43338-1-manivannan.sadhasivam@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 6efb943 commit 619d3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/qcom-sdx55-t55.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
nand-ecc-step-size = <512>;
251251
nand-bus-width = <8>;
252252
/* efs2 partition is secured */
253-
secure-regions = <0x500000 0xb00000>;
253+
secure-regions = /bits/ 64 <0x500000 0xb00000>;
254254
};
255255
};
256256

0 commit comments

Comments
 (0)