blob: 5809069aabb065bc51a07932cb5f2f83c01cd707 [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
39&tspp {
40 vdd_cx-supply = <&pm8841_s2_corner>;
41};
Abhijeet Dharmapurikar579347c2013-07-19 12:35:06 -070042
43&krait_regulator_pmic {
44 status = "ok";
45
46 qcom,ctl@2000 {
47 status = "ok";
48 };
49
50 qcom,ps@2100 {
51 status = "ok";
52 };
53
54 qcom,freq@2200 {
55 status = "ok";
56 };
57};