On 6/23/2023 3:53 PM, Konrad Dybcio wrote:
On 23.06.2023 11:44, Sricharan Ramabadhran wrote:
Add reserved memory region for NSS and fix the name
for tz region explicitly.
Signed-off-by: Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx>
---
The commit title is divergent from what's in the commit message and
the patch body. Please separate these two changes.
ok, will split.
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index 791af73334cb..d51ff9b4f5c1 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -86,6 +86,11 @@ reserved-memory {
#size-cells = <2>;
ranges;
+ nss@40000000 {
+ reg = <0x0 0x40000000 0x0 0x01000000>;
Drop the leading zeroes from the size part.
ok.
Regards,
Sricharan