mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
ebab9426cd
Fix typos in Documentation/ABI. The changes are in descriptions or comments where they shouldn't affect use of the ABIs. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20230814212822.193684-2-helgaas@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
12 lines
587 B
Plaintext
12 lines
587 B
Plaintext
What: /sys/devices/*/<our-device>/fuse
|
|
Date: February 2014
|
|
Contact: Peter De Schrijver <pdeschrijver@nvidia.com>
|
|
Description: read-only access to the efuses on Tegra20, Tegra30, Tegra114
|
|
and Tegra124 SoC's from NVIDIA. The efuses contain write once
|
|
data programmed at the factory. The data is laid out in 32bit
|
|
words in LSB first format. Each bit represents a single value
|
|
as decoded from the fuse registers. Bits order/assignment
|
|
exactly matches the HW registers, including any unused bits.
|
|
Users: any user space application which wants to read the efuses on
|
|
Tegra SoC's
|