diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-03-29 12:44:14 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-03-30 13:25:20 -0700 |
commit | 877e1f1529a5c4fcc8460c1317c753ff8a6874c5 (patch) | |
tree | d3147277678c16033c2788e9ae1bae91ccc14b6f /Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.txt | |
parent | 57918dfadf717acf7d0488d5970c56a282d0aad1 (diff) |
Input: pm8xxx-vibrator - add DT match table
The driver is only supported on DT enabled platforms. Convert the
driver to DT so that it can probe properly.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.txt')
-rw-r--r-- | Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.txt b/Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.txt new file mode 100644 index 000000000000..4ed467b1e402 --- /dev/null +++ b/Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.txt @@ -0,0 +1,22 @@ +Qualcomm PM8xxx PMIC Vibrator + +PROPERTIES + +- compatible: + Usage: required + Value type: <string> + Definition: must be one of: + "qcom,pm8058-vib" + "qcom,pm8921-vib" + +- reg: + Usage: required + Value type: <prop-encoded-array> + Definition: address of vibration control register + +EXAMPLE + + vibrator@4a { + compatible = "qcom,pm8058-vib"; + reg = <0x4a>; + }; |