blob: cfd68fa2a33f7b6c5096ff16ef3653054a1b5575 [file] [log] [blame]
Matt Wagantallfc727212012-01-06 18:18:25 -08001/*
Duy Truong790f06d2013-02-13 16:38:12 -08002 * Copyright (c) 2012, 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
14/include/ "skeleton.dtsi"
15
16/ {
17 gdsc_venus: qcom,gdsc@fd8c1024 {
18 compatible = "qcom,gdsc";
19 regulator-name = "gdsc_venus";
20 reg = <0xfd8c1024 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080021 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080022 };
23
24 gdsc_mdss: qcom,gdsc@fd8c2304 {
25 compatible = "qcom,gdsc";
26 regulator-name = "gdsc_mdss";
27 reg = <0xfd8c2304 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080028 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080029 };
30
31 gdsc_jpeg: qcom,gdsc@fd8c35a4 {
32 compatible = "qcom,gdsc";
33 regulator-name = "gdsc_jpeg";
34 reg = <0xfd8c35a4 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080035 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080036 };
37
38 gdsc_vfe: qcom,gdsc@fd8c36a4 {
39 compatible = "qcom,gdsc";
40 regulator-name = "gdsc_vfe";
41 reg = <0xfd8c36a4 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080042 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080043 };
44
45 gdsc_oxili_gx: qcom,gdsc@fd8c4024 {
46 compatible = "qcom,gdsc";
47 regulator-name = "gdsc_oxili_gx";
48 reg = <0xfd8c4024 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080049 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080050 };
51
52 gdsc_oxili_cx: qcom,gdsc@fd8c4034 {
53 compatible = "qcom,gdsc";
54 regulator-name = "gdsc_oxili_cx";
55 reg = <0xfd8c4034 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080056 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080057 };
58
59 gdsc_usb_hsic: qcom,gdsc@fc400404 {
60 compatible = "qcom,gdsc";
61 regulator-name = "gdsc_usb_hsic";
62 reg = <0xfc400404 0x4>;
Patrick Dalye8977aa2012-11-06 15:25:58 -080063 status = "disabled";
Matt Wagantallfc727212012-01-06 18:18:25 -080064 };
65};