Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 4c324c7ab826f1927d49312bf343f59e > files > 2174

kernel-doc-4.1.15-2.mga5.noarch.rpm

* Maxim MAX8973 Voltage Regulator

Required properties:

- compatible:	must be "maxim,max8973"
- reg:		the i2c slave address of the regulator. It should be 0x1b.

Any standard regulator properties can be used to configure the single max8973
DCDC.

Example:

	max8973@1b {
		compatible = "maxim,max8973";
		reg = <0x1b>;

		regulator-min-microvolt = <935000>;
		regulator-max-microvolt = <1200000>;
		regulator-boot-on;
		regulator-always-on;
	};