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

Commit 4606db83 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

backlight: qcom-spmi-wled: Change the default FSC for WLED5 to 25 mA



As per the hardware recommendation, change the default setting
for full scale current for WLED5 peripheral to 25 mA.

Change-Id: Ibad2cd4ade504cc6d361e71e5263c09806365649
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent da0130a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1330,7 +1330,7 @@ static const struct wled_config wled4_config_defaults = {

static const struct wled_config wled5_config_defaults = {
	.boost_i_limit = 5,
	.fs_current = 12,
	.fs_current = 10,	/* 25 mA */
	.ovp = 4,
	.switch_freq = -EINVAL,
	.string_cfg = 0xf,