Back to home page

OSCL-LXR

 
 

    


0001 Qualcomm PM8xxx PMIC Vibrator
0002 
0003 PROPERTIES
0004 
0005 - compatible:
0006         Usage: required
0007         Value type: <string>
0008         Definition: must be one of:
0009                     "qcom,pm8058-vib"
0010                     "qcom,pm8916-vib"
0011                     "qcom,pm8921-vib"
0012 
0013 - reg:
0014         Usage: required
0015         Value type: <prop-encoded-array>
0016         Definition: address of vibration control register
0017 
0018 EXAMPLE
0019 
0020         vibrator@4a {
0021                 compatible = "qcom,pm8058-vib";
0022                 reg = <0x4a>;
0023         };