Venkat Gopalakrishnan | 08dd8bd | 2014-02-06 13:55:41 -0800 | [diff] [blame^] | 1 | /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. |
Stepan Moskovchenko | 6b8bbc5 | 2013-06-14 15:55:04 -0700 | [diff] [blame] | 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 | |
David Collins | 2392688 | 2013-10-10 16:00:22 -0700 | [diff] [blame] | 15 | /include/ "msm8974pro-ac-pm8941.dtsi" |
| 16 | /include/ "msm8974-cdp.dtsi" |
Stepan Moskovchenko | 6b8bbc5 | 2013-06-14 15:55:04 -0700 | [diff] [blame] | 17 | |
| 18 | / { |
David Collins | 2392688 | 2013-10-10 16:00:22 -0700 | [diff] [blame] | 19 | model = "Qualcomm MSM 8974Pro-AC CDP"; |
| 20 | compatible = "qcom,msm8974-cdp", "qcom,msm8974", "qcom,cdp"; |
| 21 | qcom,board-id = <1 0>; |
Stepan Moskovchenko | 6b8bbc5 | 2013-06-14 15:55:04 -0700 | [diff] [blame] | 22 | }; |
Venkat Gopalakrishnan | 08dd8bd | 2014-02-06 13:55:41 -0800 | [diff] [blame^] | 23 | |
| 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 | }; |