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

Commit 44aa8a9e authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Add support for APQTITANIUM



Add initial device tree support for APQTITANIUM
based CDP and MTP platforms.
This patch also adds APQTITANIUM SoC to socinfo
driver.

Change-Id: If7ae2da6eeec91cbb13dca9fc21a513b3f67b981
Signed-off-by: default avatarMohammed Khajapasha <mkhaja@codeaurora.org>
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent aa3aa09a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ SoCs:
- APQ8937
  compatible = "qcom,apq8037"

- APQTITANIUM
  compatible = "qcom,apqtitanium"

- MDM9630
  compatible = "qcom,mdm9630"

@@ -156,6 +159,8 @@ compatible = "qcom,apq8096-dragonboard"
compatible = "qcom,apq8096-liquid"
compatible = "qcom,apq8037-cdp"
compatible = "qcom,apq8037-mtp"
compatible = "qcom,apqtitanium-cdp"
compatible = "qcom,apqtitanium-mtp"
compatible = "qcom,mdm9630-cdp"
compatible = "qcom,mdm9630-mtp"
compatible = "qcom,mdm9630-sim"
+3 −1
Original line number Diff line number Diff line
@@ -105,7 +105,9 @@ dtb-$(CONFIG_ARCH_MSMTITANIUM) += msmtitanium-sim.dtb \
	msmtitanium-rumi.dtb \
	msmtitanium-cdp.dtb \
	msmtitanium-mtp.dtb \
	msmtitanium-rcm.dtb
	msmtitanium-rcm.dtb \
	apqtitanium-cdp.dtb \
	apqtitanium-mtp.dtb

dtb-$(CONFIG_ARCH_MDMFERMIUM) += mdmfermium-rumi.dtb \
	mdmfermium-cdp.dtb \
+23 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, 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 "apqtitanium.dtsi"
#include "msmtitanium-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQTITANIUM CDP";
	compatible = "qcom,apqtitanium-cdp", "qcom,apqtitanium", "qcom,cdp";
	qcom,board-id= <1 0>;
};
+23 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, 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 "apqtitanium.dtsi"
#include "msmtitanium-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQTITANIUM MTP";
	compatible = "qcom,apqtitanium-mtp", "qcom,apqtitanium", "qcom,mtp";
	qcom,board-id= <8 0>;
};
+19 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, 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.
 */

#include "msmtitanium.dtsi"
/ {
	model = "Qualcomm Technologies, Inc. APQ Titanium";
	compatible = "qcom,apqtitanium";
	qcom,msm-id = <304 0x0>;
};