diff options
author | Dipen Patel <dipenp@nvidia.com> | 2023-04-14 02:44:52 +0200 |
---|---|---|
committer | Dipen Patel <dipenp@nvidia.com> | 2023-04-27 00:43:26 +0200 |
commit | b003fb5c9df8a8923bf46e0c00cc54edcfb0fbe3 (patch) | |
tree | 6d97946ef85cc0e8bf0dbe8153bcab8f759e1e0f /drivers/hte/hte-tegra194-test.c | |
parent | hte: Re-phrase tegra API document (diff) | |
download | linux-b003fb5c9df8a8923bf46e0c00cc54edcfb0fbe3.tar.xz linux-b003fb5c9df8a8923bf46e0c00cc54edcfb0fbe3.zip |
hte: Add Tegra234 provider
The Tegra234 AON GPIO instance and LIC IRQ support HTE. For the GPIO
HTE support, it also requires to add mapping between GPIO and HTE
framework same as it was done with Tegra194 SoC.
Signed-off-by: Dipen Patel <dipenp@nvidia.com>
Diffstat (limited to 'drivers/hte/hte-tegra194-test.c')
-rw-r--r-- | drivers/hte/hte-tegra194-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hte/hte-tegra194-test.c b/drivers/hte/hte-tegra194-test.c index 5d776a185bd6..d79c28a80517 100644 --- a/drivers/hte/hte-tegra194-test.c +++ b/drivers/hte/hte-tegra194-test.c @@ -16,7 +16,7 @@ #include <linux/hte.h> /* - * This sample HTE GPIO test driver demonstrates HTE API usage by enabling + * This sample HTE test driver demonstrates HTE API usage by enabling * hardware timestamp on gpio_in and specified LIC IRQ lines. * * Note: gpio_out and gpio_in need to be shorted externally in order for this |