gpio: tegra186: Add Tegra234 hte support
authorDipen Patel <dipenp@nvidia.com>
Fri, 14 Apr 2023 00:44:55 +0000 (17:44 -0700)
committerDipen Patel <dipenp@nvidia.com>
Wed, 26 Apr 2023 22:43:49 +0000 (15:43 -0700)
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>
drivers/gpio/gpio-tegra186.c

index 14c872b..b904de0 100644 (file)
@@ -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)    \