From e4aff446e0d448c3350e4ec4a9a4b7da5a7e12a1 Mon Sep 17 00:00:00 2001 From: Xiaogang Cui Date: Thu, 22 Dec 2016 12:16:00 +0800 Subject: ARM: dts: msm: Add initial support for msm8998 QRD SKUK EVT3 board Add initial device trees for msm8998 QRD SKUK EVT3 board. Change-Id: I476397d88e0f9d2b32ae375afc6f15eca4b9ec95 Signed-off-by: Xiaogang Cui --- arch/arm/boot/dts/qcom/Makefile | 1 + .../arm/boot/dts/qcom/msm8998-v2-qrd-skuk-evt3.dts | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-evt3.dts diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile index 4293b1929794..2fd84d46035a 100644 --- a/arch/arm/boot/dts/qcom/Makefile +++ b/arch/arm/boot/dts/qcom/Makefile @@ -116,6 +116,7 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \ msm8998-v2-qrd-skuk.dtb \ msm8998-qrd-vr1.dtb \ msm8998-v2-qrd-vr1.dtb \ + msm8998-v2-qrd-skuk-evt3.dtb \ apq8998-mtp.dtb \ apq8998-cdp.dtb \ apq8998-v2-mtp.dtb \ diff --git a/arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-evt3.dts b/arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-evt3.dts new file mode 100644 index 000000000000..51ff3888bc3d --- /dev/null +++ b/arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-evt3.dts @@ -0,0 +1,23 @@ +/* Copyright (c) 2016, The Linux Foundation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + + +/dts-v1/; + +#include "msm8998-v2.dtsi" +#include "msm8998-qrd-skuk.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. MSM 8998 V2 SKUK EVT3"; + compatible = "qcom,msm8998-qrd", "qcom,msm8998", "qcom,qrd"; + qcom,board-id = <0x02000b 0x10>; +}; -- cgit v1.2.3 From b90c988fe992c73ba86d067cddf053e54296f7e4 Mon Sep 17 00:00:00 2001 From: Xiaogang Cui Date: Wed, 21 Dec 2016 16:38:59 +0800 Subject: ARM: dts: msm: Add initial support for msm8998 QRD SKUK HDK board Add initial device trees for msm8998 QRD SKUK HDK board. Change-Id: Ib089e7ddd38d0d15285ed65c8a29039451cfc3c5 Signed-off-by: Xiaogang Cui --- arch/arm/boot/dts/qcom/Makefile | 1 + arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-hdk.dts | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-hdk.dts diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile index 2fd84d46035a..3b2586c45a5d 100644 --- a/arch/arm/boot/dts/qcom/Makefile +++ b/arch/arm/boot/dts/qcom/Makefile @@ -117,6 +117,7 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \ msm8998-qrd-vr1.dtb \ msm8998-v2-qrd-vr1.dtb \ msm8998-v2-qrd-skuk-evt3.dtb \ + msm8998-v2-qrd-skuk-hdk.dtb \ apq8998-mtp.dtb \ apq8998-cdp.dtb \ apq8998-v2-mtp.dtb \ diff --git a/arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-hdk.dts b/arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-hdk.dts new file mode 100644 index 000000000000..c2b70224ed2c --- /dev/null +++ b/arch/arm/boot/dts/qcom/msm8998-v2-qrd-skuk-hdk.dts @@ -0,0 +1,23 @@ +/* Copyright (c) 2016, The Linux Foundation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + + +/dts-v1/; + +#include "msm8998-v2.dtsi" +#include "msm8998-qrd-skuk.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. MSM 8998 SKUK HDK"; + compatible = "qcom,msm8998-qrd", "qcom,msm8998", "qcom,qrd"; + qcom,board-id = <0x06000b 0x10>; +}; -- cgit v1.2.3