Change the LED sink value for the P0 units and add backward capability
for the M1
Change-Id: I4b5e0675956a9bd21125a7d38393269c23426de0
Signed-off-by: Dan Murphy <wldm10@motorola.com>
};
static struct cpcap_led stingray_display_led = {
- .cpcap_register = CPCAP_REG_KLC,
+ .cpcap_register = CPCAP_REG_MDLC,
.cpcap_mask = 0x03FF,
.on_val = 0x00F5,
.off_val = 0x00F4,
cpcap_regulator[CPCAP_SW5].constraints.boot_on = 1;
stingray_display_led.led_regulator = "sw5";
+ stingray_display_led.cpcap_register = CPCAP_REG_KLC,
stingray_privacy_led.led_regulator = "sw5";
}