diff options
| author | Luca Weiss <[email protected]> | 2019-04-26 19:47:47 +0000 |
|---|---|---|
| committer | Andy Gross <[email protected]> | 2019-06-25 18:29:32 +0000 |
| commit | e9146339515ece09ee651f122a51a26ae652ab80 (patch) | |
| tree | 03a63974b0e2d520402386bd8ff2812095fda037 | |
| parent | ARM: dts: qcom: msm8974-hammerhead: add support for display (diff) | |
| download | kernel-e9146339515ece09ee651f122a51a26ae652ab80.tar.gz kernel-e9146339515ece09ee651f122a51a26ae652ab80.zip | |
ARM: dts: msm8974-FP2: Add vibration motor
Add a node describing the vibration motor on the Fairphone 2.
Signed-off-by: Luca Weiss <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts b/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts index 643c57f84818..bf402ae39226 100644 --- a/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts +++ b/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts @@ -50,6 +50,12 @@ }; }; + vibrator { + compatible = "gpio-vibrator"; + enable-gpios = <&msmgpio 86 GPIO_ACTIVE_HIGH>; + vcc-supply = <&pm8941_l18>; + }; + smd { rpm { rpm_requests { |
