Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67b2e895 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

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: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 2f49086b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
/* 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";
};