Back to home page

OSCL-LXR

 
 

    


0001 What:           /sys/devices/*/<our-device>/fuse
0002 Date:           February 2014
0003 Contact:        Peter De Schrijver <pdeschrijver@nvidia.com>
0004 Description:    read-only access to the efuses on Tegra20, Tegra30, Tegra114
0005                 and Tegra124 SoC's from NVIDIA. The efuses contain write once
0006                 data programmed at the factory. The data is layed out in 32bit
0007                 words in LSB first format. Each bit represents a single value
0008                 as decoded from the fuse registers. Bits order/assignment
0009                 exactly matches the HW registers, including any unused bits.
0010 Users:          any user space application which wants to read the efuses on
0011                 Tegra SoC's