Skip to content

Commit 7d50745

Browse files
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>
1 parent d02b1ca commit 7d50745

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpio/gpio-tegra186.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ static const struct tegra_gpio_soc tegra234_aon_soc = {
11341134
.name = "tegra234-gpio-aon",
11351135
.instance = 1,
11361136
.num_irqs_per_bank = 8,
1137+
.has_gte = true,
11371138
};
11381139

11391140
#define TEGRA241_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \

0 commit comments

Comments
 (0)