···11+Max8925 Voltage regulators22+33+max8925 regulator device register is still handled by mfd_add_devices, not by44+of_xxx, so, it is not necessary to add compatible name. Also, those reg55+offset and id info is stored in mfd_cell(see max8925-core.c), as a result66+there is not private properties in dts.77+88+node's name should match with the definition in max8925_regulator_matches99+(see max8925-regulator.c)1010+1111+1212+Optional properties:1313+- Any optional property defined in bindings/regulator/regulator.txt1414+1515+1616+Example:1717+1818+1919+ regulators {2020+ SDV1 {2121+ regulator-min-microvolt = <637500>;2222+ regulator-max-microvolt = <1425000>;2323+ regulator-boot-on;2424+ regulator-always-on;2525+ };2626+2727+ ...2828+ ...2929+ }