blob: 5a0194538cc74d29d3b2214419c3e3f4967632b1 [file] [log] [blame]
Venkat Gopalakrishnan08dd8bd2014-02-06 13:55:41 -08001/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
Stepan Moskovchenko6b8bbc52013-06-14 15:55:04 -07002 *
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
David Collins23926882013-10-10 16:00:22 -070015/include/ "msm8974pro-ab-pm8941.dtsi"
16/include/ "msm8974-cdp.dtsi"
Stepan Moskovchenko6b8bbc52013-06-14 15:55:04 -070017
18/ {
David Collins23926882013-10-10 16:00:22 -070019 model = "Qualcomm MSM 8974Pro-AA/AB CDP";
20 compatible = "qcom,msm8974-cdp", "qcom,msm8974", "qcom,cdp";
21 qcom,board-id = <1 0>;
Stepan Moskovchenko6b8bbc52013-06-14 15:55:04 -070022};
Venkat Gopalakrishnan08dd8bd2014-02-06 13:55:41 -080023
24&sdhc_1 {
25 qcom,pad-pull-on = <0x0 0x3 0x3 0x1>; /* no-pull, pull-up, pull-up, pull-down */
26 qcom,pad-pull-off = <0x0 0x3 0x3 0x1>; /* no-pull, pull-up, pull-up, pull-down */
27};