diff options
author | Thierry Reding <treding@nvidia.com> | 2017-11-07 19:15:56 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-11-08 14:14:51 +0100 |
commit | 5b2b135a87fcfb2b27c3c192fd7c3b053f0c5fa2 (patch) | |
tree | 160e6bedcb617d63b02cb31f0fdf96cde39f2b42 /drivers/gpio/Makefile | |
parent | 1b95b4eb567aab1cafcdcb14c60a7dd9d56236a9 (diff) | |
download | linux-stable-5b2b135a87fcfb2b27c3c192fd7c3b053f0c5fa2.tar.gz linux-stable-5b2b135a87fcfb2b27c3c192fd7c3b053f0c5fa2.tar.bz2 linux-stable-5b2b135a87fcfb2b27c3c192fd7c3b053f0c5fa2.zip |
gpio: Add Tegra186 support
Tegra186 has two GPIO controllers that are largely register compatible
between one another but are completely different from the controller
found on earlier generations.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index ac4b7c34a668..120e79c0ebb2 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -114,6 +114,7 @@ obj-$(CONFIG_GPIO_SYSCON) += gpio-syscon.o obj-$(CONFIG_GPIO_TB10X) += gpio-tb10x.o obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o obj-$(CONFIG_GPIO_TEGRA) += gpio-tegra.o +obj-$(CONFIG_GPIO_TEGRA186) += gpio-tegra186.o obj-$(CONFIG_GPIO_THUNDERX) += gpio-thunderx.o obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o |