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

mt6358.txt (622B)


      1Mediatek MT6358 Audio Codec
      2
      3The communication between MT6358 and SoC is through Mediatek PMIC wrapper.
      4For more detail, please visit Mediatek PMIC wrapper documentation.
      5
      6Must be a child node of PMIC wrapper.
      7
      8Required properties:
      9
     10- compatible : "mediatek,mt6358-sound".
     11- Avdd-supply : power source of AVDD
     12
     13Optional properties:
     14- mediatek,dmic-mode : Indicates how many data pins are used to transmit two
     15	channels of PDM signal. 0 means two wires, 1 means one wire. Default
     16	value is 0.
     17
     18Example:
     19
     20mt6358_snd {
     21	compatible = "mediatek,mt6358-sound";
     22	Avdd-supply = <&mt6358_vaud28_reg>;
     23	mediatek,dmic-mode = <0>;
     24};