diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-05-26 23:29:48 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-21 03:47:27 +0400 |
commit | 55fc83023212f940927b9a44e31ad93d7e67d27d (patch) | |
tree | a5cf59a586cf5d520c099b078bf07974af01e064 /arch/arm/mach-mvebu/Makefile | |
parent | adb1d99384c7480886153a97d2ea22e9c0d2e053 (diff) | |
download | linux-55fc83023212f940927b9a44e31ad93d7e67d27d.tar.xz |
ARM: Kirkwood: Add setup file for netxbig LEDs
There is currently no DT binding for the CPLD which controls the LEDs
on the Net 2Big and Net 5Big. So use a platform device.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1401132591-26305-2-git-send-email-andrew@lunn.ch
Tested-by: Simon Guinot <simon.guinot@sequanux.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Makefile')
-rw-r--r-- | arch/arm/mach-mvebu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile index 2ecb828e4a8b..db29c1dfe3c5 100644 --- a/arch/arm/mach-mvebu/Makefile +++ b/arch/arm/mach-mvebu/Makefile @@ -14,3 +14,4 @@ endif obj-$(CONFIG_MACH_DOVE) += dove.o obj-$(CONFIG_MACH_KIRKWOOD) += kirkwood.o kirkwood-pm.o +obj-$(CONFIG_MACH_NETXBIG) += netxbig.o |