blob: 2f732a4250f66cdc223cbb827dfc639363cc2495 [file] [log] [blame]
Matt Wagantallfc727212012-01-06 18:18:25 -08001/*
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -07002 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Matt Wagantallfc727212012-01-06 18:18:25 -08003 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070014&soc {
Matt Wagantallfc727212012-01-06 18:18:25 -080015 gdsc_venus: qcom,gdsc@fd8c1024 {
16 compatible = "qcom,gdsc";
17 regulator-name = "gdsc_venus";
18 reg = <0xfd8c1024 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080019 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080020 };
21
Tianyi Gou4e8d01f2013-05-31 16:28:23 -070022 gdsc_venus_core0: qcom,gdsc@fd8c1040 {
23 compatible = "qcom,gdsc";
24 regulator-name = "gdsc_venus_core0";
25 reg = <0xfd8c1040 0x4>;
26 status = "disabled";
27 };
28
29 gdsc_venus_core1: qcom,gdsc@fd8c1044 {
30 compatible = "qcom,gdsc";
31 regulator-name = "gdsc_venus_core1";
32 reg = <0xfd8c1044 0x4>;
33 status = "disabled";
34 };
35
36 gdsc_vpu: qcom,gdsc@fd8c1404 {
37 compatible = "qcom,gdsc";
38 regulator-name = "gdsc_vpu";
39 reg = <0xfd8c1404 0x4>;
40 status = "disabled";
41 };
42
Matt Wagantallfc727212012-01-06 18:18:25 -080043 gdsc_mdss: qcom,gdsc@fd8c2304 {
44 compatible = "qcom,gdsc";
45 regulator-name = "gdsc_mdss";
46 reg = <0xfd8c2304 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080047 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080048 };
49
50 gdsc_jpeg: qcom,gdsc@fd8c35a4 {
51 compatible = "qcom,gdsc";
52 regulator-name = "gdsc_jpeg";
53 reg = <0xfd8c35a4 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080054 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080055 };
56
57 gdsc_vfe: qcom,gdsc@fd8c36a4 {
58 compatible = "qcom,gdsc";
59 regulator-name = "gdsc_vfe";
60 reg = <0xfd8c36a4 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080061 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080062 };
63
64 gdsc_oxili_gx: qcom,gdsc@fd8c4024 {
65 compatible = "qcom,gdsc";
66 regulator-name = "gdsc_oxili_gx";
67 reg = <0xfd8c4024 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080068 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080069 };
70
71 gdsc_oxili_cx: qcom,gdsc@fd8c4034 {
72 compatible = "qcom,gdsc";
73 regulator-name = "gdsc_oxili_cx";
74 reg = <0xfd8c4034 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080075 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080076 };
77
78 gdsc_usb_hsic: qcom,gdsc@fc400404 {
79 compatible = "qcom,gdsc";
80 regulator-name = "gdsc_usb_hsic";
81 reg = <0xfc400404 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080082 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080083 };
Tianyi Gou4e8d01f2013-05-31 16:28:23 -070084
85 gdsc_pcie_0: qcom,gdsc@fc401ac4 {
86 compatible = "qcom,gdsc";
87 regulator-name = "gdsc_pcie_0";
88 reg = <0xfc401ac4 0x4>;
89 status = "disabled";
90 };
91
92 gdsc_pcie_1: qcom,gdsc@fc401b44 {
93 compatible = "qcom,gdsc";
94 regulator-name = "gdsc_pcie_1";
95 reg = <0xfc401b44 0x4>;
96 status = "disabled";
97 };
98
99 gdsc_usb30: qcom,gdsc@fc401e84 {
100 compatible = "qcom,gdsc";
101 regulator-name = "gdsc_usb30";
102 reg = <0xfc401e84 0x4>;
103 status = "disabled";
104 };
105
106 gdsc_usb30_sec: qcom,gdsc@fc401ec0 {
107 compatible = "qcom,gdsc";
108 regulator-name = "gdsc_usb30_sec";
109 reg = <0xfc401ec0 0x4>;
110 status = "disabled";
111 };
Taniya Dasfde449f2013-05-22 19:09:41 +0530112
113 gdsc_vcap: qcom,gdsc@fd8c1804 {
114 compatible = "qcom,gdsc";
115 regulator-name = "gdsc_vcap";
116 reg = <0xfd8c1804 0x4>;
117 status = "disabled";
118 };
Matt Wagantallfc727212012-01-06 18:18:25 -0800119};