[ARM] tegra: stingray: Reduce notification led duty cycle
authorGreg Meiste <w30289@motorola.com>
Fri, 5 Nov 2010 19:17:39 +0000 (14:17 -0500)
committerRebecca Schultz Zavin <rebecca@android.com>
Tue, 16 Nov 2010 02:43:24 +0000 (18:43 -0800)
The notification led was drawing too much current.  Reduce the duty cycle.

Change-Id: I2caa35182275374167b492e8e3ec6d3207a23c71
Signed-off-by: Greg Meiste <w30289@motorola.com>
arch/arm/mach-tegra/board-stingray-power.c

index eeee839c7c6d9897cf50f1296fa29b1c61290359..6fc003efebeb8aa16e7805738ddd4187760e24ff 100644 (file)
@@ -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",