ARM: dts: apq: Add initial device tree files for APQCOBALT
Add the device tree files necessary to support the APQCOBALT. CRs-Fixed: 1026738 Change-Id: If440e1ef4bdbcc73ac7a0569a6bbf093db8aefef Signed-off-by: Runmin Wang <runminw@codeaurora.org>
This commit is contained in:
parent
d640ab1b59
commit
e4659f495b
5 changed files with 70 additions and 1 deletions
|
@ -47,6 +47,9 @@ SoCs:
|
|||
- APQTITANIUM
|
||||
compatible = "qcom,apqtitanium"
|
||||
|
||||
- APQCOBALT
|
||||
compatible = "qcom,apqcobalt"
|
||||
|
||||
- MDM9630
|
||||
compatible = "qcom,mdm9630"
|
||||
|
||||
|
@ -177,6 +180,8 @@ compatible = "qcom,apq8037-cdp"
|
|||
compatible = "qcom,apq8037-mtp"
|
||||
compatible = "qcom,apqtitanium-cdp"
|
||||
compatible = "qcom,apqtitanium-mtp"
|
||||
compatible = "qcom,apqcobalt-cdp"
|
||||
compatible = "qcom,apqcobalt-mtp"
|
||||
compatible = "qcom,mdm9630-cdp"
|
||||
compatible = "qcom,mdm9630-mtp"
|
||||
compatible = "qcom,mdm9630-sim"
|
||||
|
|
|
@ -110,7 +110,9 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
|
|||
msmcobalt-v2-sim.dtb \
|
||||
msmcobalt-v2-rumi.dtb \
|
||||
msmcobalt-v2-mtp.dtb \
|
||||
msmcobalt-v2-cdp.dtb
|
||||
msmcobalt-v2-cdp.dtb \
|
||||
apqcobalt-mtp.dtb \
|
||||
apqcobalt-cdp.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb
|
||||
|
||||
|
|
22
arch/arm/boot/dts/qcom/apqcobalt-cdp.dts
Normal file
22
arch/arm/boot/dts/qcom/apqcobalt-cdp.dts
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* 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 "apqcobalt.dtsi"
|
||||
#include "msmcobalt-cdp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. APQ COBALT CDP";
|
||||
compatible = "qcom,apqcobalt-cdp", "qcom,apqcobalt", "qcom,cdp";
|
||||
qcom,board-id = <1 0>;
|
||||
};
|
22
arch/arm/boot/dts/qcom/apqcobalt-mtp.dts
Normal file
22
arch/arm/boot/dts/qcom/apqcobalt-mtp.dts
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* 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 "apqcobalt.dtsi"
|
||||
#include "msmcobalt-mtp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. APQ COBALT MTP";
|
||||
compatible = "qcom,apqcobalt-mtp", "qcom,apqcobalt", "qcom,mtp";
|
||||
qcom,board-id = <8 0>;
|
||||
};
|
18
arch/arm/boot/dts/qcom/apqcobalt.dtsi
Normal file
18
arch/arm/boot/dts/qcom/apqcobalt.dtsi
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* 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.
|
||||
*/
|
||||
|
||||
#include "msmcobalt.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. APQ COBALT";
|
||||
qcom,msm-id = <319 0x10000>;
|
||||
};
|
Loading…
Add table
Reference in a new issue