summaryrefslogtreecommitdiffstats
path: root/drivers/hte/hte-tegra194-test.c
diff options
context:
space:
mode:
authorDipen Patel <dipenp@nvidia.com>2023-04-13 17:44:52 -0700
committerDipen Patel <dipenp@nvidia.com>2023-04-26 15:43:26 -0700
commitb003fb5c9df8a8923bf46e0c00cc54edcfb0fbe3 (patch)
tree6d97946ef85cc0e8bf0dbe8153bcab8f759e1e0f /drivers/hte/hte-tegra194-test.c
parent59cc80a6d8695e7b4b51154ea2d08af551b6c359 (diff)
downloadlinux-stable-b003fb5c9df8a8923bf46e0c00cc54edcfb0fbe3.tar.gz
linux-stable-b003fb5c9df8a8923bf46e0c00cc54edcfb0fbe3.tar.bz2
linux-stable-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.c2
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