Skip to content

Commit f2a4ba9

Browse files
committed
Merge tag 'qcom-dts-fixes-for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm DTS fixes for v5.13 Failure to properly define "secure-regions" as 64-bit ranges prevents the two SDX55 boards from booting, so correct this. * tag 'qcom-dts-fixes-for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: ARM: dts: qcom: sdx55-telit: Represent secure-regions as 64-bit elements ARM: dts: qcom: sdx55-t55: Represent secure-regions as 64-bit elements Link: https://lore.kernel.org/r/20210614215552.391887-1-bjorn.andersson@linaro.org Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 7749510 + 0fa1bae commit f2a4ba9

2 files changed

Lines changed: 3 additions & 3 deletions

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

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)