18c2ecf20Sopenharmony_ciMediatek MT6311 Regulator 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: "mediatek,mt6311-regulator" 58c2ecf20Sopenharmony_ci- reg: I2C slave address, usually 0x6b. 68c2ecf20Sopenharmony_ci- regulators: List of regulators provided by this controller. It is named 78c2ecf20Sopenharmony_ci to VDVFS and VBIASN. 88c2ecf20Sopenharmony_ci The definition for each of these nodes is defined using the standard binding 98c2ecf20Sopenharmony_ci for regulators at Documentation/devicetree/bindings/regulator/regulator.txt. 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciThe valid names for regulators are: 128c2ecf20Sopenharmony_ciBUCK: 138c2ecf20Sopenharmony_ci VDVFS 148c2ecf20Sopenharmony_ciLDO: 158c2ecf20Sopenharmony_ci VBIASN 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciExample: 188c2ecf20Sopenharmony_ci mt6311: pmic@6b { 198c2ecf20Sopenharmony_ci compatible = "mediatek,mt6311-regulator"; 208c2ecf20Sopenharmony_ci reg = <0x6b>; 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci regulators { 238c2ecf20Sopenharmony_ci mt6311_vcpu_reg: VDVFS { 248c2ecf20Sopenharmony_ci regulator-name = "VDVFS"; 258c2ecf20Sopenharmony_ci regulator-min-microvolt = < 600000>; 268c2ecf20Sopenharmony_ci regulator-max-microvolt = <1400000>; 278c2ecf20Sopenharmony_ci regulator-ramp-delay = <10000>; 288c2ecf20Sopenharmony_ci }; 298c2ecf20Sopenharmony_ci mt6311_ldo_reg: VBIASN { 308c2ecf20Sopenharmony_ci regulator-name = "VBIASN"; 318c2ecf20Sopenharmony_ci regulator-min-microvolt = <200000>; 328c2ecf20Sopenharmony_ci regulator-max-microvolt = <800000>; 338c2ecf20Sopenharmony_ci }; 348c2ecf20Sopenharmony_ci }; 358c2ecf20Sopenharmony_ci }; 36