blob: 0f37584b51edb93af9b7bf0bab2873fcc3b716ac [file] [log] [blame]
Stepan Moskovchenko6b8bbc52013-06-14 15:55:04 -07001/* Copyright (c) 2013, 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/*
14 * As a general rule, only chipset-specific property overrides should be placed
15 * inside this file. However, device definitions should be placed inside the
16 * msm8974.dtsi / msm8974pro.dtsi file(s).
17 */
18
19/include/ "msm8974pro.dtsi"
David Collins02817ff2013-06-18 09:31:00 -070020
21/include/ "msm-pm8x41-rpm-regulator.dtsi"
22/include/ "msm-pm8841.dtsi"
23&spmi_bus {
24 pm8941_lsid0: qcom,pm8941@0 {
25 reg = <0x0>;
26 };
27 pm8941_lsid1: qcom,pm8941@1 {
28 reg = <0x1>;
29 };
30};
31/include/ "msm-pm8941.dtsi"
32/include/ "msm8974-regulator.dtsi"
33/include/ "msm8974-clock.dtsi"
34
35&krait_pdn {
36 qcom,use-phase-switching;
37};
38
Junjie Wu576a6472013-10-02 13:54:33 -070039&krait0_vreg {
40 regulator-max-microvolt = <1120000>;
41};
42
43&krait1_vreg {
44 regulator-max-microvolt = <1120000>;
45};
46
47&krait2_vreg {
48 regulator-max-microvolt = <1120000>;
49};
50
51&krait3_vreg {
52 regulator-max-microvolt = <1120000>;
53};
54
David Collins02817ff2013-06-18 09:31:00 -070055&tspp {
56 vdd_cx-supply = <&pm8841_s2_corner>;
57};
Abhijeet Dharmapurikar579347c2013-07-19 12:35:06 -070058
59&krait_regulator_pmic {
60 status = "ok";
61
62 qcom,ctl@2000 {
63 status = "ok";
64 };
65
66 qcom,ps@2100 {
67 status = "ok";
68 };
69
70 qcom,freq@2200 {
71 status = "ok";
72 };
73};