diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2018-03-08 11:20:45 -0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-04-30 10:50:43 +0100 |
commit | 6552d3141064f09736580dc2dc527019762cbf71 (patch) | |
tree | 785365ae19ff2ce1d9d8dfeda516415849dbb20f /include/linux/mfd | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-6552d3141064f09736580dc2dc527019762cbf71.tar.gz |
backlight: Add RAVE SP backlight driver
This driver provides access to RAVE SP backlight control
functionality.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/rave-sp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/rave-sp.h b/include/linux/mfd/rave-sp.h index 796fb9794c9e..fe0ce7bc59cf 100644 --- a/include/linux/mfd/rave-sp.h +++ b/include/linux/mfd/rave-sp.h @@ -21,6 +21,7 @@ enum rave_sp_command { RAVE_SP_CMD_STATUS = 0xA0, RAVE_SP_CMD_SW_WDT = 0xA1, RAVE_SP_CMD_PET_WDT = 0xA2, + RAVE_SP_CMD_SET_BACKLIGHT = 0xA6, RAVE_SP_CMD_RESET = 0xA7, RAVE_SP_CMD_RESET_REASON = 0xA8, |