mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
gpio: tegra186: Add Tegra234 hte support
To enable timestamp support for the Tegra234, has_gte variable needs to be set true. Signed-off-by: Dipen Patel <dipenp@nvidia.com> Acked-by: Thierry Reding <treding@nvidia.com> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
d02b1cabc7
commit
7d50745204
@ -1134,6 +1134,7 @@ static const struct tegra_gpio_soc tegra234_aon_soc = {
|
||||
.name = "tegra234-gpio-aon",
|
||||
.instance = 1,
|
||||
.num_irqs_per_bank = 8,
|
||||
.has_gte = true,
|
||||
};
|
||||
|
||||
#define TEGRA241_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \
|
||||
|
Loading…
Reference in New Issue
Block a user