blob: f83fe767efb3235479d344d8006059437155a71d [file] [log] [blame]
Matt Wagantallfc727212012-01-06 18:18:25 -08001/*
2 * Copyright (c) 2012, Code Aurora Forum. All rights reserved.
3 *
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>;
21 };
22
23 gdsc_mdss: qcom,gdsc@fd8c2304 {
24 compatible = "qcom,gdsc";
25 regulator-name = "gdsc_mdss";
26 reg = <0xfd8c2304 0x4>;
27 };
28
29 gdsc_jpeg: qcom,gdsc@fd8c35a4 {
30 compatible = "qcom,gdsc";
31 regulator-name = "gdsc_jpeg";
32 reg = <0xfd8c35a4 0x4>;
33 };
34
35 gdsc_vfe: qcom,gdsc@fd8c36a4 {
36 compatible = "qcom,gdsc";
37 regulator-name = "gdsc_vfe";
38 reg = <0xfd8c36a4 0x4>;
39 };
40
41 gdsc_oxili_gx: qcom,gdsc@fd8c4024 {
42 compatible = "qcom,gdsc";
43 regulator-name = "gdsc_oxili_gx";
44 reg = <0xfd8c4024 0x4>;
45 };
46
47 gdsc_oxili_cx: qcom,gdsc@fd8c4034 {
48 compatible = "qcom,gdsc";
49 regulator-name = "gdsc_oxili_cx";
50 reg = <0xfd8c4034 0x4>;
51 };
52
53 gdsc_usb_hsic: qcom,gdsc@fc400404 {
54 compatible = "qcom,gdsc";
55 regulator-name = "gdsc_usb_hsic";
56 reg = <0xfc400404 0x4>;
57 };
58};