Message ID | 20210512050141.43338-1-manivannan.sadhasivam@linaro.org |
---|---|
State | Accepted |
Commit | 619d3c4bf8f346ac9192d3c266efc9e231ca5d17 |
Headers | show |
Series | [1/2] ARM: dts: qcom: sdx55-t55: Represent secure-regions as 64-bit elements | expand |
Hello: This series was applied to qcom/linux.git (refs/heads/for-next): On Wed, 12 May 2021 10:31:40 +0530 you wrote: > 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> > > [...] Here is the summary with links: - [1/2] ARM: dts: qcom: sdx55-t55: Represent secure-regions as 64-bit elements https://git.kernel.org/qcom/c/619d3c4bf8f3 - [2/2] ARM: dts: qcom: sdx55-telit: Represent secure-regions as 64-bit elements https://git.kernel.org/qcom/c/0fa1baeedf06 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm/boot/dts/qcom-sdx55-t55.dts b/arch/arm/boot/dts/qcom-sdx55-t55.dts index ddcd53aa533d..2ffcd085904d 100644 --- a/arch/arm/boot/dts/qcom-sdx55-t55.dts +++ b/arch/arm/boot/dts/qcom-sdx55-t55.dts @@ -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>; }; };
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> --- arch/arm/boot/dts/qcom-sdx55-t55.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.25.1