ARM: dts: msm: Change haptic vmax and play-rate setting for QRD660
QRD660 device is using a LRA with 235Hz frequency and 1.8V max input voltage, change the haptic setting to match with the vibrator spec. CRs-Fixed: 2176673 Change-Id: I219522060d45ce51c0a01e20cb343046968218c5 Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
This commit is contained in:
parent
453824b9ab
commit
e3a9cb2782
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -246,6 +246,11 @@
|
|||
qcom,battery-thermal-coefficients = [9d 50 ff];
|
||||
};
|
||||
|
||||
&pm660_haptics {
|
||||
qcom,wave-play-rate-us = <4255>;
|
||||
qcom,vmax-mv = <1800>;
|
||||
};
|
||||
|
||||
&i2c_2 {
|
||||
status = "ok";
|
||||
smb1351_charger: smb1351-charger@1d {
|
||||
|
|
Loading…
Add table
Reference in a new issue