aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/ufs
diff options
context:
space:
mode:
authorRaviv Shvili <rshvili@codeaurora.org>2014-09-25 08:32:24 -0400
committerChristoph Hellwig <hch@lst.de>2014-10-01 07:11:20 -0400
commit6a771a656041f404fae143e5d753d37f5c0688e7 (patch)
tree13596a256da37823e27f83998c5698e0cbaf0c87 /Documentation/devicetree/bindings/ufs
parentc6e79dacd86fd7ddd452fa52b3f4ca996db31e49 (diff)
ufs: add voting support for host controller power
Add the support for voting of the regulator powering the host controller logic. Signed-off-by: Raviv Shvili <rshvili@codeaurora.org> Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Dolev Raviv <draviv@codeaurora.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'Documentation/devicetree/bindings/ufs')
-rw-r--r--Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
index b0f791a8b28d..fb1234e0532c 100644
--- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
+++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
@@ -9,6 +9,7 @@ Required properties:
9- reg : <registers mapping> 9- reg : <registers mapping>
10 10
11Optional properties: 11Optional properties:
12- vdd-hba-supply : phandle to UFS host controller supply regulator node
12- vcc-supply : phandle to VCC supply regulator node 13- vcc-supply : phandle to VCC supply regulator node
13- vccq-supply : phandle to VCCQ supply regulator node 14- vccq-supply : phandle to VCCQ supply regulator node
14- vccq2-supply : phandle to VCCQ2 supply regulator node 15- vccq2-supply : phandle to VCCQ2 supply regulator node
@@ -20,6 +21,7 @@ Optional properties:
20- vcc-max-microamp : specifies max. load that can be drawn from vcc supply 21- vcc-max-microamp : specifies max. load that can be drawn from vcc supply
21- vccq-max-microamp : specifies max. load that can be drawn from vccq supply 22- vccq-max-microamp : specifies max. load that can be drawn from vccq supply
22- vccq2-max-microamp : specifies max. load that can be drawn from vccq2 supply 23- vccq2-max-microamp : specifies max. load that can be drawn from vccq2 supply
24- <name>-fixed-regulator : boolean property specifying that <name>-supply is a fixed regulator
23 25
24- clocks : List of phandle and clock specifier pairs 26- clocks : List of phandle and clock specifier pairs
25- clock-names : List of clock input name strings sorted in the same 27- clock-names : List of clock input name strings sorted in the same
@@ -39,6 +41,8 @@ Example:
39 reg = <0xfc598000 0x800>; 41 reg = <0xfc598000 0x800>;
40 interrupts = <0 28 0>; 42 interrupts = <0 28 0>;
41 43
44 vdd-hba-supply = <&xxx_reg0>;
45 vdd-hba-fixed-regulator;
42 vcc-supply = <&xxx_reg1>; 46 vcc-supply = <&xxx_reg1>;
43 vcc-supply-1p8; 47 vcc-supply-1p8;
44 vccq-supply = <&xxx_reg2>; 48 vccq-supply = <&xxx_reg2>;