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>
This commit is contained in:
parent
489bacb298
commit
e914633951
|
@ -50,6 +50,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
vibrator {
|
||||
compatible = "gpio-vibrator";
|
||||
enable-gpios = <&msmgpio 86 GPIO_ACTIVE_HIGH>;
|
||||
vcc-supply = <&pm8941_l18>;
|
||||
};
|
||||
|
||||
smd {
|
||||
rpm {
|
||||
rpm_requests {
|
||||
|
|
Loading…
Reference in New Issue