Lines Matching refs:supply
12 - vdd-hba-supply : phandle to UFS host controller supply regulator node
13 - vcc-supply : phandle to VCC supply regulator node
14 - vccq-supply : phandle to VCCQ supply regulator node
15 - vccq2-supply : phandle to VCCQ2 supply regulator node
16 - vcc-supply-1p8 : For embedded UFS devices, valid VCC range is 1.7-1.95V
21 - vcc-max-microamp : specifies max. load that can be drawn from vcc supply
22 - vccq-max-microamp : specifies max. load that can be drawn from vccq 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
35 Note: If above properties are not defined it can be assumed that the supply
44 vdd-hba-supply = <&xxx_reg0>;
46 vcc-supply = <&xxx_reg1>;
47 vcc-supply-1p8;
48 vccq-supply = <&xxx_reg2>;
49 vccq2-supply = <&xxx_reg3>;