summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts
diff options
context:
space:
mode:
authorGustave Monce <gustave.monce@outlook.com>2021-01-31 02:38:36 +0100
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-02-02 16:35:45 -0600
commitc6e72bd747b014b3fdfba3bf7a744e94447f8b43 (patch)
treede5a79c1b546017f2a0a50b0291f80b33ddbc833 /arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts
parent976d321f32dcf569738af2bab79d7041a6fb64b5 (diff)
arm64: dts: qcom: msm8992/4-lumia*: Create a common DTS
Lumia 950 and 950XL are both based on the Octagon board, sharing the vast majority of components, configuration etc. Commonize it. Signed-off-by: Gustave Monce <gustave.monce@outlook.com> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210131013853.55810-6-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts b/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts
new file mode 100644
index 000000000000..d0aaf5750c21
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: BSD-3-Clause
+/*
+ * Copyright (c) 2020, Konrad Dybcio <konrad.dybcio@somainline.org>
+ * Copyright (c) 2020, Gustave Monce <gustave.monce@outlook.com>
+ */
+
+/dts-v1/;
+
+#include "msm8994.dtsi"
+#include "msm8994-msft-lumia-octagon.dtsi"
+
+/ {
+ model = "Microsoft Lumia 950 XL";
+ compatible = "microsoft,cityman", "qcom,msm8994";
+};