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,pm8xxx-vib.txt (386B)


      1Qualcomm PM8xxx PMIC Vibrator
      2
      3PROPERTIES
      4
      5- compatible:
      6	Usage: required
      7	Value type: <string>
      8	Definition: must be one of:
      9		    "qcom,pm8058-vib"
     10		    "qcom,pm8916-vib"
     11		    "qcom,pm8921-vib"
     12
     13- reg:
     14	Usage: required
     15	Value type: <prop-encoded-array>
     16	Definition: address of vibration control register
     17
     18EXAMPLE
     19
     20	vibrator@4a {
     21		compatible = "qcom,pm8058-vib";
     22		reg = <0x4a>;
     23	};