Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bf1a46f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for msmcobalt v2.1"

parents ccd6d402 04f6ba95
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -251,6 +251,8 @@ compatible = "qcom,msm8996-mtp"
compatible = "qcom,msm8996-adp"
compatible = "qcom,msmcobalt-sim"
compatible = "qcom,msmcobalt-rumi"
compatible = "qcom,msmcobalt-cdp"
compatible = "qcom,msmcobalt-mtp"
compatible = "qcom,msmcobalt-qrd"
compatible = "qcom,msmhamster-rumi"
compatible = "qcom,msmhamster-cdp"
+4 −1
Original line number Diff line number Diff line
@@ -116,7 +116,10 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
	apqcobalt-cdp.dtb \
	apqcobalt-v2-mtp.dtb \
	apqcobalt-v2-cdp.dtb \
	apqcobalt-v2-qrd.dtb
	apqcobalt-v2-qrd.dtb \
	msmcobalt-v2.1-mtp.dtb \
	msmcobalt-v2.1-cdp.dtb \
	msmcobalt-v2.1-qrd.dtb

dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb

+23 −0
Original line number Diff line number Diff line
/* 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 "msmcobalt-v2.1.dtsi"
#include "msmcobalt-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM COBALT v2.1 CDP";
	compatible = "qcom,msmcobalt-cdp", "qcom,msmcobalt", "qcom,cdp";
	qcom,board-id = <1 0>;
};
+23 −0
Original line number Diff line number Diff line
/* 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 "msmcobalt-v2.1.dtsi"
#include "msmcobalt-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM COBALT v2.1 MTP";
	compatible = "qcom,msmcobalt-mtp", "qcom,msmcobalt", "qcom,mtp";
	qcom,board-id = <8 0>;
};
+23 −0
Original line number Diff line number Diff line
/* 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 "msmcobalt-v2.1.dtsi"
#include "msmcobalt-qrd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM COBALT v2.1 QRD";
	compatible = "qcom,msmcobalt-qrd", "qcom,msmcobalt", "qcom,qrd";
	qcom,board-id = <11 0>;
};
Loading