Lines Matching +full:vbb +full:- +full:supply
1 Texas Instruments OMAP compatible OPP supply description
9 Also, some supplies may have an associated vbb-supply which is an Adaptive Body
11 to the vdd-supply and clk when making an OPP transition. By supplying two
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
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
27 along with VBB
28 "ti,omap5-core-opp-supply" - OMAP5+ optimized voltages in efuse(class0) VDD
29 but no VBB.
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>;
52 /* OMAP OPP Supply with Class0 registers */
54 compatible = "ti,omap5-opp-supply";
56 ti,efuse-settings = <
62 ti,absolute-max-voltage-uv = <1500000>;