cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

mp8859.txt (547B)


      1Monolithic Power Systems MP8859 voltage regulator
      2
      3Required properties:
      4- compatible: "mps,mp8859";
      5- reg: I2C slave address.
      6
      7Optional subnode for regulator: "mp8859_dcdc", using common regulator
      8bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>.
      9
     10Example:
     11
     12	mp8859: regulator@66 {
     13		compatible = "mps,mp8859";
     14		reg = <0x66>;
     15		dc_12v: mp8859_dcdc {
     16			regulator-name = "dc_12v";
     17			regulator-min-microvolt = <12000000>;
     18			regulator-max-microvolt = <12000000>;
     19			regulator-boot-on;
     20			regulator-always-on;
     21		};
     22	};