qcom,pm8xxx-vib.txt 386 B

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