Lines Matching +full:multi +full:- +full:regulator
6 needed to read these values and use them to program the main regulator during
9 Also, some supplies may have an associated vbb-supply which is an Adaptive Body
10 Bias regulator which much be transitioned in a specific sequence with regards
11 to the vdd-supply and clk when making an OPP transition. By supplying two
13 of the multi regulator binding that is part of the OPP core described here [1]
16 [1] Documentation/devicetree/bindings/opp/opp-v2.yaml
19 - vdd-supply: phandle to regulator controlling VDD supply
20 - vbb-supply: phandle to regulator controlling Body Bias supply
21 (Usually Adaptive Body Bias regulator)
23 Required Properties for opp-supply node:
24 - compatible: Should be one of:
25 "ti,omap-opp-supply" - basic OPP supply controlling VDD and VBB
26 "ti,omap5-opp-supply" - OMAP5+ optimized voltages in efuse(class0)VDD
28 "ti,omap5-core-opp-supply" - OMAP5+ optimized voltages in efuse(class0) VDD
30 - reg: Address and length of the efuse register set for the device (mandatory
31 only for "ti,omap5-opp-supply")
32 - ti,efuse-settings: An array of u32 tuple items providing information about
34 volt: voltage in uV - reference voltage (OPP voltage)
36 - ti,absolute-max-voltage-uv: absolute maximum voltage for the OPP supply.
47 vdd-supply = <&vcc>;
48 vbb-supply = <&abb_mpu>;
54 compatible = "ti,omap5-opp-supply";
56 ti,efuse-settings = <
62 ti,absolute-max-voltage-uv = <1500000>;