[PATCH] gpio: tegra186: Enable GTE for Tegra264

Suneel Garapati posted 1 patch 3 days, 20 hours ago
drivers/gpio/gpio-tegra186.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] gpio: tegra186: Enable GTE for Tegra264
Posted by Suneel Garapati 3 days, 20 hours ago
Set has_gte flag to enable GTE for Tegra264 AON pins.

Signed-off-by: Suneel Garapati <suneelg@nvidia.com>
---
 drivers/gpio/gpio-tegra186.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c
index f56617c298c0..d9a2dedf50ea 100644
--- a/drivers/gpio/gpio-tegra186.c
+++ b/drivers/gpio/gpio-tegra186.c
@@ -1395,6 +1395,7 @@ static const struct tegra_gpio_soc tegra264_aon_soc = {
 	.name = "tegra264-gpio-aon",
 	.instance = 1,
 	.num_irqs_per_bank = 8,
+	.has_gte = true,
 	.has_vm_support = true,
 };
 
-- 
2.34.1
Re: [PATCH] gpio: tegra186: Enable GTE for Tegra264
Posted by Bartosz Golaszewski 3 days, 12 hours ago
On Thu, 21 May 2026 01:20:30 +0000, Suneel Garapati wrote:
> Set has_gte flag to enable GTE for Tegra264 AON pins.
> 
> 

Applied, thanks!

[1/1] gpio: tegra186: Enable GTE for Tegra264
      https://git.kernel.org/brgl/c/822878aa1737c6c9573e05c5cd501b679cf5ea1c

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Re: [PATCH] gpio: tegra186: Enable GTE for Tegra264
Posted by Jon Hunter 3 days, 13 hours ago
On 21/05/2026 02:20, Suneel Garapati wrote:
> Set has_gte flag to enable GTE for Tegra264 AON pins.
> 
> Signed-off-by: Suneel Garapati <suneelg@nvidia.com>
> ---
>   drivers/gpio/gpio-tegra186.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c
> index f56617c298c0..d9a2dedf50ea 100644
> --- a/drivers/gpio/gpio-tegra186.c
> +++ b/drivers/gpio/gpio-tegra186.c
> @@ -1395,6 +1395,7 @@ static const struct tegra_gpio_soc tegra264_aon_soc = {
>   	.name = "tegra264-gpio-aon",
>   	.instance = 1,
>   	.num_irqs_per_bank = 8,
> +	.has_gte = true,
>   	.has_vm_support = true,
>   };
>   

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>

Thanks!
Jon

-- 
nvpublic