[RFC/patch 1/2] arm64: boot: dts: qcom: sm8150: add a label for reserved-memory

From: Felipe Balbi
Date: Fri Dec 17 2021 - 07:58:08 EST


From: Felipe Balbi <felipe.balbi@xxxxxxxxxxxxx>

With this label, we can let boards append board-specific memory
regions which should not be mapped.

Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index 15348512cf9e..26f9eb8e9b42 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -660,7 +660,7 @@ CLUSTER_PD: cpu-cluster0 {
};
};

- reserved-memory {
+ reserved_memory: reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
--
2.34.1