commit | 9f94fadd75d34acec19c164ffb1b60c66d72f898 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 20 16:01:04 2019 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Oct 16 14:33:16 2019 +0200 |
tree | 4157b36b6e2be419ad677b732418403c0dd7787b | |
parent | f4619c7f68ba02f8357a9d42340a6dc8a229268d [diff] |
soc/tegra: fuse: Register cell lookups for compatibility Typically nvmem cells would be stored in device tree. However, for compatibility with device trees that don't contain nvmem cell definitions, register lookups for cells currently used by consumers. This allows the consumers to use the same API to query cells from the device tree or using the legacy mechanism. Signed-off-by: Thierry Reding <treding@nvidia.com>