summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorAndrey Smirnov2018-03-08 20:20:45 +0100
committerLee Jones2018-04-30 11:50:43 +0200
commit6552d3141064f09736580dc2dc527019762cbf71 (patch)
tree785365ae19ff2ce1d9d8dfeda516415849dbb20f /include/linux/mfd
parentLinux 4.17-rc1 (diff)
downloadkernel-qcow2-linux-6552d3141064f09736580dc2dc527019762cbf71.tar.gz
kernel-qcow2-linux-6552d3141064f09736580dc2dc527019762cbf71.tar.xz
kernel-qcow2-linux-6552d3141064f09736580dc2dc527019762cbf71.zip
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.h1
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,