ARM: dts: msm: reduce flash ramp rate for PMI8996
Currently, the flash_led device for PMI8994/8996 has a step up and step down ramp rate of 6.7uS. For PMI8996, reduce it to 27uS as per the systems team recommendation. CRs-Fixed: 948392 Change-Id: I787916470a2ce6dda079259f60eda3ea50f0fa17 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
parent
127a7e639d
commit
416b5612b7
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2015-2016, 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
|
||||
|
@ -30,3 +30,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&flash_led {
|
||||
qcom,ramp_up_step = "27_US";
|
||||
qcom,ramp_dn_step = "27_US";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue