From 416b5612b71aa06b06276c28203047ea9f292d16 Mon Sep 17 00:00:00 2001 From: Subbaraman Narayanamurthy Date: Mon, 4 Jan 2016 14:13:45 -0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/qcom/msm-pmi8996.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/msm-pmi8996.dtsi b/arch/arm/boot/dts/qcom/msm-pmi8996.dtsi index 6f73374969d9..7984f214aa23 100644 --- a/arch/arm/boot/dts/qcom/msm-pmi8996.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pmi8996.dtsi @@ -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"; +};