summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-10-04 16:10:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-04 16:10:37 +0200
commit4064cfc84671f9646b96271f42ca66900b7fa381 (patch)
tree9dcae4625716db88a851dbdc78155849a77ac1bf /dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts
parent06f63a62ba28ce33d79d0dce39ae7748a42bf023 (diff)
downloadbarebox-4064cfc84671f9646b96271f42ca66900b7fa381.tar.gz
barebox-4064cfc84671f9646b96271f42ca66900b7fa381.tar.xz
dts: update to v5.14-rc7
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts')
-rw-r--r--dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts b/dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts
index 23cdcc9f7c..1ccca83292 100644
--- a/dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts
+++ b/dts/src/arm64/qcom/msm8992-bullhead-rev-101.dts
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015, LGE Inc. All rights reserved.
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
*/
/dts-v1/;
@@ -9,6 +10,9 @@
#include "pm8994.dtsi"
#include "pmi8994.dtsi"
+/* cont_splash_mem has different memory mapping */
+/delete-node/ &cont_splash_mem;
+
/ {
model = "LG Nexus 5X";
compatible = "lg,bullhead", "qcom,msm8992";
@@ -17,6 +21,9 @@
qcom,board-id = <0xb64 0>;
qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
+ /* Bullhead firmware doesn't support PSCI */
+ /delete-node/ psci;
+
aliases {
serial0 = &blsp1_uart2;
};
@@ -38,6 +45,11 @@
ftrace-size = <0x10000>;
pmsg-size = <0x20000>;
};
+
+ cont_splash_mem: memory@3400000 {
+ reg = <0 0x03400000 0 0x1200000>;
+ no-map;
+ };
};
};