summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-07-09 08:21:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-07-09 08:21:18 +0200
commit6af0422208def55bb4eb5a5a0235b48a7c815c8e (patch)
tree6325f157fd7ad908835593862ef8a80043b3bcce /include
parent1f3af633e28876c2a9649bce59747b3b23990e16 (diff)
parent36260f162defe41fe144d69756990519c4188c83 (diff)
downloadbarebox-6af0422208def55bb4eb5a5a0235b48a7c815c8e.tar.gz
barebox-6af0422208def55bb4eb5a5a0235b48a7c815c8e.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'include')
-rw-r--r--include/video/backlight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/backlight.h b/include/video/backlight.h
index 8dc49dc113..afa384cc9a 100644
--- a/include/video/backlight.h
+++ b/include/video/backlight.h
@@ -7,6 +7,7 @@ struct backlight_device {
int brightness_cur;
int brightness_max;
int brightness_default;
+ int slew_time_ms; /* time to stretch brightness changes */
int (*brightness_set)(struct backlight_device *, int brightness);
struct list_head list;
struct device_d dev;