Merge "ARM: dts: msm: Add support for APQ8096AU CDP" into dev/msm-4.4-8996au

This commit is contained in:
Srivatsa Vaddagiri 2017-03-14 02:00:51 -07:00 committed by Gerrit - the friendly Code Review server
commit 4d76d40f3b
2 changed files with 36 additions and 0 deletions

View file

@ -84,6 +84,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
apq8096-v3-dragonboard.dtb \
apq8096-v3-sbc.dtb \
apq8096-v3-auto-dragonboard.dtb \
apq8096-v3-auto-cdp.dtb \
apq8096-v3.0-pmi8994-cdp.dtb \
apq8096-v3.0-pmi8994-mtp.dtb \
apq8096-v3.0-pmi8994-pm8004-cdp.dtb \

View file

@ -0,0 +1,35 @@
/* 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 "apq8096-v3.dtsi"
#include "msm8996-pm8994.dtsi"
#include "msm8996-auto-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. APQ 8096 v3 AUTO CDP";
compatible = "qcom,apq8096-cdp", "qcom,apq8096", "qcom,cdp";
qcom,msm-id = <311 0x30001>;
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>;
};
};