diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-26 10:11:03 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-07 13:10:00 -0600 |
commit | b510592b76d80e83f06db1a810b7ea3348aa3823 (patch) | |
tree | 65acdfcfbe55ff9d5fa4123e08b28fa9fdf963b6 /Documentation/driver-api | |
parent | 78b02317310ee30e922328e332b937d2607727e1 (diff) | |
download | linux-stable-b510592b76d80e83f06db1a810b7ea3348aa3823.tar.gz linux-stable-b510592b76d80e83f06db1a810b7ea3348aa3823.tar.bz2 linux-stable-b510592b76d80e83f06db1a810b7ea3348aa3823.zip |
tegra194-hte.rst: fix reference to its binding
The binding directory for hte was renamed. Update references accordingly.
Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Reviewed-by: Dipen Patel <dipenp@nvidia.com>
Link: https://lore.kernel.org/r/2e2c86485cb0642455cee01796f9a74de21403e6.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/hte/tegra194-hte.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst index d16956256c85..f2d617265546 100644 --- a/Documentation/driver-api/hte/tegra194-hte.rst +++ b/Documentation/driver-api/hte/tegra194-hte.rst @@ -36,7 +36,7 @@ LIC (Legacy Interrupt Controller) IRQ GTE This GTE instance timestamps LIC IRQ lines in real time. There are 352 IRQ lines which this instance can add timestamps to in real time. The hte -devicetree binding described at ``Documentation/devicetree/bindings/hte/`` +devicetree binding described at ``Documentation/devicetree/bindings/timestamp`` provides an example of how a consumer can request an IRQ line. Since it is a one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ number that they are interested in. There is no userspace consumer support for |