Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 1 | /* |
Duy Truong | 790f06d | 2013-02-13 16:38:12 -0800 | [diff] [blame] | 2 | * Copyright (c) 2012, The Linux Foundation. All rights reserved. |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 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>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 21 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 22 | }; |
| 23 | |
| 24 | gdsc_mdss: qcom,gdsc@fd8c2304 { |
| 25 | compatible = "qcom,gdsc"; |
| 26 | regulator-name = "gdsc_mdss"; |
| 27 | reg = <0xfd8c2304 0x4>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 28 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 29 | }; |
| 30 | |
| 31 | gdsc_jpeg: qcom,gdsc@fd8c35a4 { |
| 32 | compatible = "qcom,gdsc"; |
| 33 | regulator-name = "gdsc_jpeg"; |
| 34 | reg = <0xfd8c35a4 0x4>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 35 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 36 | }; |
| 37 | |
| 38 | gdsc_vfe: qcom,gdsc@fd8c36a4 { |
| 39 | compatible = "qcom,gdsc"; |
| 40 | regulator-name = "gdsc_vfe"; |
| 41 | reg = <0xfd8c36a4 0x4>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 42 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 43 | }; |
| 44 | |
| 45 | gdsc_oxili_gx: qcom,gdsc@fd8c4024 { |
| 46 | compatible = "qcom,gdsc"; |
| 47 | regulator-name = "gdsc_oxili_gx"; |
| 48 | reg = <0xfd8c4024 0x4>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 49 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 50 | }; |
| 51 | |
| 52 | gdsc_oxili_cx: qcom,gdsc@fd8c4034 { |
| 53 | compatible = "qcom,gdsc"; |
| 54 | regulator-name = "gdsc_oxili_cx"; |
| 55 | reg = <0xfd8c4034 0x4>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 56 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 57 | }; |
| 58 | |
| 59 | gdsc_usb_hsic: qcom,gdsc@fc400404 { |
| 60 | compatible = "qcom,gdsc"; |
| 61 | regulator-name = "gdsc_usb_hsic"; |
| 62 | reg = <0xfc400404 0x4>; |
Patrick Daly | e8977aa | 2012-11-06 15:25:58 -0800 | [diff] [blame] | 63 | status = "disabled"; |
Matt Wagantall | fc72721 | 2012-01-06 18:18:25 -0800 | [diff] [blame] | 64 | }; |
| 65 | }; |