ARM: dts: msm: Add support for MSM8996proAU CDP

Add device tree files that are needed to support MSM8996pro automotive
CDP platform.

CRs-Fixed: 991575
Change-Id: Ic79213b1beed4038609415cc98ed09d93bc326f4
Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
This commit is contained in:
Mathew Joseph Karimpanal 2016-03-02 12:18:28 -08:00 committed by Gerrit - the friendly Code Review server
parent 59a631bcac
commit 01b5833214
2 changed files with 37 additions and 0 deletions

View file

@ -27,6 +27,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
msm8996-v3-dtp.dtb \
msm8996-v3-pm8004-mmxf-adp.dtb \
msm8996-v3-pm8004-agave-adp.dtb \
msm8996pro-auto-cdp.dtb \
msm8996pro-pmi8994-cdp.dtb \
msm8996pro-pmi8994-mtp.dtb \
msm8996pro-pmi8994-pmk8001-cdp.dtb \

View file

@ -0,0 +1,36 @@
/* Copyright (c) 2015-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 "msm8996pro.dtsi"
#include "msm8996-pm8994.dtsi"
#include "msm8996-auto-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM 8996pro AUTO CDP";
compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
qcom,msm-id = <315 0x10000>;
qcom,board-id = <0x03010001 0>;
};
&spi_9 {
status = "ok";
can-controller@0 {
compatible = "renesas,rh850";
reg = <0>;
interrupt-parent = <&tlmm>;
interrupts = <127 0>;
spi-max-frequency = <5000000>;
};
};