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

maxim,max98088.txt (480B)


      1MAX98088 audio CODEC
      2
      3This device supports I2C only.
      4
      5Required properties:
      6
      7- compatible: "maxim,max98088" or "maxim,max98089".
      8- reg: The I2C address of the device.
      9
     10Optional properties:
     11
     12- clocks: the clock provider of MCLK, see ../clock/clock-bindings.txt section
     13  "consumer" for more information.
     14- clock-names: must be set to "mclk"
     15
     16Example:
     17
     18max98089: codec@10 {
     19	compatible = "maxim,max98089";
     20	reg = <0x10>;
     21	clocks = <&clks IMX6QDL_CLK_CKO2>;
     22	clock-names = "mclk";
     23};