diff mbox series

arm64: dts: qcom: sc7180: Add "no-map" to cmd_db reserved area

Message ID 20200424085121.1.I9d1e84d30f488cdb5a957f582abaecd2c0b24d70@changeid (mailing list archive)
State New, archived
Headers show
Series arm64: dts: qcom: sc7180: Add "no-map" to cmd_db reserved area | expand

Commit Message

Doug Anderson April 24, 2020, 3:51 p.m. UTC
The example in the bindings and all the current users (except sc7180)
have "no-map".  I'm pretty sure we need it on sc7180 too.  Add it.

Fixes: e0abc5eb526e ("arm64: dts: qcom: sc7180: Add cmd_db reserved area")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 arch/arm64/boot/dts/qcom/sc7180.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Boyd May 3, 2020, 7:53 a.m. UTC | #1
Quoting Douglas Anderson (2020-04-24 08:51:29)
> The example in the bindings and all the current users (except sc7180)
> have "no-map".  I'm pretty sure we need it on sc7180 too.  Add it.
> 
> Fixes: e0abc5eb526e ("arm64: dts: qcom: sc7180: Add cmd_db reserved area")
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 4216b574c080..94d2ee126d25 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -73,6 +73,7 @@  reserved_memory: reserved-memory {
 		aop_cmd_db_mem: memory@80820000 {
 			reg = <0x0 0x80820000 0x0 0x20000>;
 			compatible = "qcom,cmd-db";
+			no-map;
 		};
 
 		smem_mem: memory@80900000 {