summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts
diff options
context:
space:
mode:
authorJean THOMAS <virgule@jeanthomas.me>2021-12-02 00:18:31 +0100
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-01-31 14:49:11 -0600
commit3f99518c6f6520ad0fd14d862d54ee12f16156b4 (patch)
treef84bb8d0816c915ddf4d2cb5fe83fe6a4d392e72 /arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts
parent58d5ea52bd22da53e2e561ada8b4608b73023f01 (diff)
arm64: dts: qcom: msm8992-lg-bullhead: Place LG Bullhead generic code into a DTSI file
This patch puts the generic code common across all hardware revisions into a DTSI file. It also prefixes the DTS filename with the vendor name, to follow the naming convention used by other DTS files. Signed-off-by: Jean THOMAS <virgule@jeanthomas.me> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211201231832.188634-1-virgule@jeanthomas.me
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts
new file mode 100644
index 000000000000..e6a5ebd30e2f
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/* Copyright (c) Jean Thomas <virgule@jeanthomas.me>
+ */
+
+/dts-v1/;
+
+#include "msm8992-lg-bullhead.dtsi"
+
+/ {
+ model = "LG Nexus 5X rev 1.01";
+
+ /* required for bootloader to select correct board */
+ qcom,board-id = <0xb64 0>;
+};