mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-21 03:14:56 -04:00
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>
This commit is contained in:
@@ -250,7 +250,7 @@ nand@0 {
|
||||
nand-ecc-step-size = <512>;
|
||||
nand-bus-width = <8>;
|
||||
/* efs2 partition is secured */
|
||||
secure-regions = <0x500000 0xb00000>;
|
||||
secure-regions = /bits/ 64 <0x500000 0xb00000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -250,8 +250,8 @@ nand@0 {
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user