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

adi,ssm2305.txt (366B)


      1Analog Devices SSM2305 Speaker Amplifier
      2========================================
      3
      4Required properties:
      5  - compatible : "adi,ssm2305"
      6  - shutdown-gpios : The gpio connected to the shutdown pin.
      7                     The gpio signal is ACTIVE_LOW.
      8
      9Example:
     10
     11ssm2305: analog-amplifier {
     12	compatible = "adi,ssm2305";
     13	shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
     14};