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:
Subbaraman Narayanamurthy 2016-01-04 14:13:45 -08:00 committed by David Keitel
parent 127a7e639d
commit 416b5612b7

View file

@ -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";
};