commit | 96ee12b2a203167ffda7ac4a444418ca53df056d | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 20 15:57:16 2019 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Oct 16 14:33:14 2019 +0200 |
tree | 554f29a8eb30d39f5c58fb7439fb0959ca764e24 | |
parent | 9f1022b8bd14ce937ca56174a97a1ce475c07693 [diff] |
soc/tegra: fuse: Implement nvmem device The nvmem framework provides a generic infrastructure and API to access the type of information stored in fuses such as the Tegra FUSE block. Implement an nvmem device that can be used to access the information in a more generic way to decouple consumers from the custom Tegra API and to add a more formal way of creating the dependency between the FUSE device and the consumers. Signed-off-by: Thierry Reding <treding@nvidia.com>