blob: 6ba8b5e6227b18c8b47ace0cf855f79d702f53af [file] [log] [blame]
Jing Line3f6caa2014-01-13 12:51:17 -08001/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/dts-v1/;
14
15/include/ "msm8974pro-ab-pm8941.dtsi"
16/include/ "msm8974-fluid.dtsi"
17
18/ {
19 model = "Qualcomm MSM 8974Pro-AA/AB FLUID";
20 compatible = "qcom,msm8974-fluid", "qcom,msm8974", "qcom,fluid";
21 qcom,board-id = <3 1>;
22};
23
24&soc {
25 spi@f9966000 { /* BLSP2 QUP4 */
26 /* Leave the SPI bus for QDSP to use */
27 status = "disabled";
28 };
Jing Lin5640fec2014-01-28 21:42:31 -080029
30 hbtp {
31 compatible = "qcom,hbtp";
32 vcc_ana-supply = <&pm8941_l18>;
33 };
Jing Line3f6caa2014-01-13 12:51:17 -080034};
35
36&i2c_0 {
37 /* mhl-sii8334 is on i2c_0 and uses gpio 12 as mhl-pwr-gpio.
38 * Display panel needs gpio 12 as TE gpio in command mode.
39 * Disabling the bus to make sure that display gets the gpio.
40 */
41 status = "disabled";
42};
Venkat Gopalakrishnan08dd8bd2014-02-06 13:55:41 -080043
44&sdhc_1 {
45 qcom,pad-pull-on = <0x0 0x3 0x3 0x1>; /* no-pull, pull-up, pull-up, pull-down */
46 qcom,pad-pull-off = <0x0 0x3 0x3 0x1>; /* no-pull, pull-up, pull-up, pull-down */
47};