diff options
author | Henning Schild <henning.schild@siemens.com> | 2021-12-13 13:05:00 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-12-23 18:09:13 +0100 |
commit | 8c78e0614edc628b13313afd28856720b85d86a3 (patch) | |
tree | f68477764496b237cf995055e3c6576fdb384a23 /drivers/leds/Makefile | |
parent | platform/x86: simatic-ipc: add main driver for Siemens devices (diff) | |
download | linux-8c78e0614edc628b13313afd28856720b85d86a3.tar.xz linux-8c78e0614edc628b13313afd28856720b85d86a3.zip |
leds: simatic-ipc-leds: add new driver for Siemens Industial PCs
This driver adds initial support for several devices from Siemens. It is
based on a platform driver introduced in an earlier commit.
One of the supported machines has GPIO connected LEDs, here we poke GPIO
memory directly because pinctrl does not come up.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Link: https://lore.kernel.org/r/20211213120502.20661-3-henning.schild@siemens.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index c636ec069612..1a719caf14c0 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -105,3 +105,6 @@ obj-$(CONFIG_LEDS_TRIGGERS) += trigger/ # LED Blink obj-y += blink/ + +# Simple LED drivers +obj-y += simple/ |