diff options
author | Matus Ujhelyi <ujhelyi.m@gmail.com> | 2013-04-29 16:18:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 18:28:19 -0700 |
commit | 4d22f8c306233433bdf9298b2e7806e9c71674bc (patch) | |
tree | 49b3a37f0cb85d98936d4e02b66e85f27f50c158 /include/linux/mfd/tps65217.h | |
parent | 17e45db62a4683a7318294d652895dfad575da41 (diff) | |
download | talos-op-linux-4d22f8c306233433bdf9298b2e7806e9c71674bc.tar.gz talos-op-linux-4d22f8c306233433bdf9298b2e7806e9c71674bc.zip |
drivers/video/backlight/tps65217_bl.c add default brightness value option
Signed-off-by: Matus Ujhelyi <matus.ujhelyi@streamunlimited.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mfd/tps65217.h')
-rw-r--r-- | include/linux/mfd/tps65217.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65217.h b/include/linux/mfd/tps65217.h index 290762f93930..29eab2bd3dfa 100644 --- a/include/linux/mfd/tps65217.h +++ b/include/linux/mfd/tps65217.h @@ -228,6 +228,7 @@ enum tps65217_bl_fdim { struct tps65217_bl_pdata { enum tps65217_bl_isel isel; enum tps65217_bl_fdim fdim; + int dft_brightness; }; /** |