diff options
author | John Crispin <blogic@openwrt.org> | 2012-08-28 12:44:59 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-09-13 10:30:49 +0200 |
commit | 3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8 (patch) | |
tree | bd2dc11535f5102ca56edc10e4674d1e13908f20 /arch/mips/lantiq/xway/Makefile | |
parent | MIPS: lantiq: adds support for gptu timers (diff) | |
download | linux-3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8.tar.xz linux-3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8.zip |
OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support
Implement support for pinctrl on lantiq/xway socs. The IO core found on these
socs has the registers for pinctrl, pinconf and gpio mixed up in the same
register range. As the gpio_chip handling is only a few lines, the driver also
implements the gpio functionality. This obseletes the old gpio driver that was
located in the arch/ folder.
Signed-off-by: John Crispin <blogic@openwrt.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/lantiq/xway/Makefile')
-rw-r--r-- | arch/mips/lantiq/xway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/Makefile b/arch/mips/lantiq/xway/Makefile index f7053b89ad11..70a58c747bd0 100644 --- a/arch/mips/lantiq/xway/Makefile +++ b/arch/mips/lantiq/xway/Makefile @@ -1 +1 @@ -obj-y := prom.o sysctrl.o clk.o reset.o gpio.o dma.o gptu.o +obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o |