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

rt1015.txt (431B)


      1RT1015 Mono Class D Audio Amplifier
      2
      3This device supports I2C only.
      4
      5Required properties:
      6
      7- compatible : "realtek,rt1015".
      8
      9- reg : The I2C address of the device.
     10
     11Optional properties:
     12
     13- realtek,power-up-delay-ms
     14  Set a delay time for flush work to be completed,
     15  this value is adjustable depending on platform.
     16
     17Example:
     18
     19rt1015: codec@28 {
     20	compatible = "realtek,rt1015";
     21	reg = <0x28>;
     22	realtek,power-up-delay-ms = <50>;
     23};