qcom,pm8xxx-vib.txt 362 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,pm8921-vib"
  9. - reg:
  10. Usage: required
  11. Value type: <prop-encoded-array>
  12. Definition: address of vibration control register
  13. EXAMPLE
  14. vibrator@4a {
  15. compatible = "qcom,pm8058-vib";
  16. reg = <0x4a>;
  17. };