summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSimon Guinot <simon.guinot@sequanux.org>2015-09-27 00:02:34 +0300
committerJacek Anaszewski <j.anaszewski@samsung.com>2015-11-03 10:59:25 +0300
commit2976b17989094e97567510be3ea91fc2f0c7aab3 (patch)
tree14a992a731356d21977550dea8cbd0cd999726e4 /include/linux/platform_data
parent1c7b9d0edf5ada916fd02e66355f79f2089ee095 (diff)
downloadlinux-2976b17989094e97567510be3ea91fc2f0c7aab3.tar.xz
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 {
int mode_addr;
int *mode_val;
int bright_addr;
+ int bright_max;
};
struct netxbig_led_platform_data {