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

stts751.txt (292B)


      1* STTS751 thermometer.
      2
      3Required node properties:
      4- compatible: "stts751"
      5- reg: I2C bus address of the device
      6
      7Optional properties:
      8- smbus-timeout-disable: when set, the smbus timeout function will be disabled
      9
     10Example stts751 node:
     11
     12temp-sensor {
     13	compatible = "stts751";
     14	reg = <0x48>;
     15}