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

qcom,msm8916-wcd-digital.txt (519B)


      1msm8916 digital audio CODEC
      2
      3## Bindings for codec core in lpass:
      4
      5Required properties
      6 - compatible = "qcom,msm8916-wcd-digital-codec";
      7 - reg: address space for lpass codec.
      8 - clocks: Handle to mclk and ahbclk
      9 - clock-names: should be "mclk", "ahbix-clk".
     10
     11Example:
     12
     13audio-codec@771c000{
     14	compatible = "qcom,msm8916-wcd-digital-codec";
     15	reg = <0x0771c000 0x400>;
     16	clocks = <&gcc GCC_ULTAUDIO_AHBFABRIC_IXFABRIC_CLK>,
     17		 <&gcc GCC_CODEC_DIGCODEC_CLK>;
     18	clock-names = "ahbix-clk", "mclk";
     19	#sound-dai-cells = <1>;
     20};