diff options
author | Jason Cooper <jason@lakedaemon.net> | 2013-01-26 20:50:14 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 18:57:16 +0100 |
commit | 4ded65751c262e4897dbaf8c11d11d85332eecf3 (patch) | |
tree | 8c87d571903d89143f7a7862c9837b1f3d143e70 /arch/arm/mach-kirkwood/board-nsa310.c | |
parent | 44d032e7940131fd991a01a948630747d91fe983 (diff) | |
download | linux-3.10-4ded65751c262e4897dbaf8c11d11d85332eecf3.tar.gz linux-3.10-4ded65751c262e4897dbaf8c11d11d85332eecf3.tar.bz2 linux-3.10-4ded65751c262e4897dbaf8c11d11d85332eecf3.zip |
ARM: kirkwood: nsa310: convert to pinctrl
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-nsa310.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-nsa310.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/mach-kirkwood/board-nsa310.c b/arch/arm/mach-kirkwood/board-nsa310.c index 6966c86e0c3..544f83a4667 100644 --- a/arch/arm/mach-kirkwood/board-nsa310.c +++ b/arch/arm/mach-kirkwood/board-nsa310.c @@ -14,32 +14,6 @@ #include <mach/kirkwood.h> #include <linux/of.h> #include "common.h" -#include "mpp.h" - -static unsigned int nsa310_mpp_config[] __initdata = { - MPP12_GPIO, /* led esata green */ - MPP13_GPIO, /* led esata red */ - MPP15_GPIO, /* led usb green */ - MPP16_GPIO, /* led usb red */ - MPP21_GPIO, /* control usb power off */ - MPP28_GPIO, /* led sys green */ - MPP29_GPIO, /* led sys red */ - MPP36_GPIO, /* key reset */ - MPP37_GPIO, /* key copy */ - MPP39_GPIO, /* led copy green */ - MPP40_GPIO, /* led copy red */ - MPP41_GPIO, /* led hdd green */ - MPP42_GPIO, /* led hdd red */ - MPP44_GPIO, /* ?? */ - MPP46_GPIO, /* key power */ - MPP48_GPIO, /* control power off */ - 0 -}; - -void __init nsa310_init(void) -{ - kirkwood_mpp_conf(nsa310_mpp_config); -} static int __init nsa310_pci_init(void) { |