mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
soc/tegra: fuse: Add spare bit offset for Tegra114
The offset of the first spare bit register on Tegra114 is 0x280, but account for the fixed offset of 0x100 in the fuse accessor. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
03b3f4c8b7
commit
b23083a9c6
@ -121,6 +121,7 @@ const struct tegra_fuse_soc tegra30_fuse_soc = {
|
||||
static const struct tegra_fuse_info tegra114_fuse_info = {
|
||||
.read = tegra30_fuse_read,
|
||||
.size = 0x2a0,
|
||||
.spare = 0x180,
|
||||
};
|
||||
|
||||
const struct tegra_fuse_soc tegra114_fuse_soc = {
|
||||
|
Loading…
Reference in New Issue
Block a user