diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2019-04-26 15:47:47 -0400 |
---|---|---|
committer | Andy Gross <agross@kernel.org> | 2019-06-25 14:29:32 -0400 |
commit | e9146339515ece09ee651f122a51a26ae652ab80 (patch) | |
tree | 03a63974b0e2d520402386bd8ff2812095fda037 | |
parent | 489bacb29818865d2db63d4800f4ddff56929031 (diff) |
ARM: dts: msm8974-FP2: Add vibration motor
Add a node describing the vibration motor on the Fairphone 2.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Andy Gross <agross@kernel.org>
-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 @@ | |||
50 | }; | 50 | }; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | vibrator { | ||
54 | compatible = "gpio-vibrator"; | ||
55 | enable-gpios = <&msmgpio 86 GPIO_ACTIVE_HIGH>; | ||
56 | vcc-supply = <&pm8941_l18>; | ||
57 | }; | ||
58 | |||
53 | smd { | 59 | smd { |
54 | rpm { | 60 | rpm { |
55 | rpm_requests { | 61 | rpm_requests { |