1783c8f4cSPeter De SchrijverWhat:		/sys/devices/*/<our-device>/fuse
2783c8f4cSPeter De SchrijverDate:		February 2014
3783c8f4cSPeter De SchrijverContact:	Peter De Schrijver <pdeschrijver@nvidia.com>
4783c8f4cSPeter De SchrijverDescription:	read-only access to the efuses on Tegra20, Tegra30, Tegra114
5783c8f4cSPeter De Schrijver		and Tegra124 SoC's from NVIDIA. The efuses contain write once
6783c8f4cSPeter De Schrijver		data programmed at the factory. The data is layed out in 32bit
7783c8f4cSPeter De Schrijver		words in LSB first format. Each bit represents a single value
8783c8f4cSPeter De Schrijver		as decoded from the fuse registers. Bits order/assignment
9783c8f4cSPeter De Schrijver		exactly matches the HW registers, including any unused bits.
10783c8f4cSPeter De SchrijverUsers:		any user space application which wants to read the efuses on
11783c8f4cSPeter De Schrijver		Tegra SoC's
12