From: Greg Meiste Date: Fri, 5 Nov 2010 19:17:39 +0000 (-0500) Subject: [ARM] tegra: stingray: Reduce notification led duty cycle X-Git-Tag: firefly_0821_release~9834^2~342 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dff587f7466c6d0fd16310cebf72f62577d8d483;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: Reduce notification led duty cycle The notification led was drawing too much current. Reduce the duty cycle. Change-Id: I2caa35182275374167b492e8e3ec6d3207a23c71 Signed-off-by: Greg Meiste --- diff --git a/arch/arm/mach-tegra/board-stingray-power.c b/arch/arm/mach-tegra/board-stingray-power.c index eeee839c7c6d..6fc003efebeb 100644 --- a/arch/arm/mach-tegra/board-stingray-power.c +++ b/arch/arm/mach-tegra/board-stingray-power.c @@ -254,7 +254,7 @@ static struct cpcap_led stingray_notification_led ={ .cpcap_register = CPCAP_REG_ADLC, .cpcap_reg_mask = 0x7FFF, .cpcap_reg_period = 0x0000, - .cpcap_reg_duty_cycle = 0x07F0, + .cpcap_reg_duty_cycle = 0x03F0, .cpcap_reg_current = 0x0008, .class_name = LD_NOTIF_LED_DEV, .led_regulator = "sw5_led3",