summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/leds-qpnp-flash-v2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/leds-qpnp-flash-v2.h b/include/linux/leds-qpnp-flash-v2.h
index 353466f6c108..ae36a163ed21 100644
--- a/include/linux/leds-qpnp-flash-v2.h
+++ b/include/linux/leds-qpnp-flash-v2.h
@@ -26,13 +26,14 @@ struct flash_node_data {
struct pinctrl_state *gpio_state_active;
struct pinctrl_state *gpio_state_suspend;
int ires_ua;
- u16 prgm_current;
+ int max_current;
+ int current_ma;
u8 duration;
u8 id;
u8 type;
u8 ires;
u8 hdrm_val;
- u8 brightness;
+ u8 current_reg_val;
bool led_on;
};