Merge "ARM: dts: msm: Add overlay files for 8998 QRD boards"

This commit is contained in:
Linux Build Service Account 2017-04-21 00:37:37 -07:00 committed by Gerrit - the friendly Code Review server
commit c30ff10a70
4 changed files with 88 additions and 1 deletions

View file

@ -109,7 +109,10 @@ dtbo-$(CONFIG_ARCH_MSM8998) += \
msm8998-v2-cdp-overlay.dtbo \
msm8998-v2-mtp-overlay.dtbo \
msm8998-v2.1-cdp-overlay.dtbo \
msm8998-v2.1-mtp-overlay.dtbo
msm8998-v2.1-mtp-overlay.dtbo \
msm8998-qrd-overlay.dtbo \
msm8998-qrd-vr1-overlay.dtbo \
msm8998-qrd-skuk-overlay.dtbo
msm8998-cdp-overlay.dtbo-base := msm8998.dtb
msm8998-mtp-overlay.dtbo-base := msm8998.dtb
@ -117,6 +120,9 @@ msm8998-v2-cdp-overlay.dtbo-base := msm8998-v2.dtb
msm8998-v2-mtp-overlay.dtbo-base := msm8998-v2.dtb
msm8998-v2.1-cdp-overlay.dtbo-base := msm8998-v2.1.dtb
msm8998-v2.1-mtp-overlay.dtbo-base := msm8998-v2.1.dtb
msm8998-qrd-overlay.dtbo-base := msm8998-qrd.dtb
msm8998-qrd-vr1-overlay.dtbo-base := msm8998-qrd-vr1.dtb
msm8998-qrd-skuk-overlay.dtbo-base := msm8998-qrd-skuk.dtb
else
dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \
msm8998-rumi.dtb \

View file

@ -0,0 +1,27 @@
/* Copyright (c) 2017, 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/;
/plugin/;
#include <dt-bindings/clock/msm-clocks-8998.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include "msm8998-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM 8998 QRD";
compatible = "qcom,msm8998-qrd", "qcom,msm8998", "qcom,qrd";
qcom,msm-id = <292 0x0>;
qcom,board-id = <11 0>;
};

View file

@ -0,0 +1,27 @@
/* Copyright (c) 2017, 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/;
/plugin/;
#include <dt-bindings/clock/msm-clocks-8998.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include "msm8998-qrd-skuk.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM 8998 QRD SKUK";
compatible = "qcom,msm8998-qrd", "qcom,msm8998", "qcom,qrd";
qcom,msm-id = <292 0x0>;
qcom,board-id = <0x01000b 0x80>;
};

View file

@ -0,0 +1,27 @@
/* Copyright (c) 2017, 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/;
/plugin/;
#include <dt-bindings/clock/msm-clocks-8998.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include "msm8998-qrd-vr1.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM 8998 QRD VR1 Board";
compatible = "qcom,msm8998-qrd", "qcom,msm8998", "qcom,qrd";
qcom,msm-id = <292 0x0>;
qcom,board-id = <0x02000b 0x80>;
};