Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 3263d4be5788 ("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>

authored by

Manivannan Sadhasivam and committed by
Bjorn Andersson
619d3c4b 6efb943b

+1 -1
+1 -1
arch/arm/boot/dts/qcom-sdx55-t55.dts
··· 250 250 nand-ecc-step-size = <512>; 251 251 nand-bus-width = <8>; 252 252 /* efs2 partition is secured */ 253 - secure-regions = <0x500000 0xb00000>; 253 + secure-regions = /bits/ 64 <0x500000 0xb00000>; 254 254 }; 255 255 }; 256 256