From dff587f7466c6d0fd16310cebf72f62577d8d483 Mon Sep 17 00:00:00 2001 From: Greg Meiste Date: Fri, 5 Nov 2010 14:17:39 -0500 Subject: [PATCH] [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 --- arch/arm/mach-tegra/board-stingray-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1