aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSimon Guinot <simon.guinot@sequanux.org>2015-09-26 17:02:34 -0400
committerJacek Anaszewski <j.anaszewski@samsung.com>2015-11-03 02:59:25 -0500
commit2976b17989094e97567510be3ea91fc2f0c7aab3 (patch)
tree14a992a731356d21977550dea8cbd0cd999726e4 /include/linux/platform_data
parent1c7b9d0edf5ada916fd02e66355f79f2089ee095 (diff)
leds: netxbig: add device tree binding
This patch adds device tree support for the netxbig LEDs. This also introduces a additionnal DT binding for the GPIO extension bus (netxbig-gpio-ext) used to configure the LEDs. Since this bus could also be used to control other devices, then it seems more suitable to have it in a separate DT binding. Signed-off-by: Simon Guinot <simon.guinot@sequanux.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/leds-kirkwood-netxbig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/leds-kirkwood-netxbig.h b/include/linux/platform_data/leds-kirkwood-netxbig.h
index d2be19a51acd..3c85a735c380 100644
--- a/include/linux/platform_data/leds-kirkwood-netxbig.h
+++ b/include/linux/platform_data/leds-kirkwood-netxbig.h
@@ -40,6 +40,7 @@ struct netxbig_led {
40 int mode_addr; 40 int mode_addr;
41 int *mode_val; 41 int *mode_val;
42 int bright_addr; 42 int bright_addr;
43 int bright_max;
43}; 44};
44 45
45struct netxbig_led_platform_data { 46struct netxbig_led_platform_data {