Skip to content

Commit

Permalink
soc/tegra: fuse: Add spare bit offset for Tegra210
Browse files Browse the repository at this point in the history
The offset of the first spare bit register on Tegra210 is 0x380, but
account for the fixed offset of 0x100 in the fuse accessor.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Jul 16, 2015
1 parent 82df0e5 commit 1dad36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/tegra/fuse/fuse-tegra30.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const struct tegra_fuse_soc tegra124_fuse_soc = {
static const struct tegra_fuse_info tegra210_fuse_info = {
.read = tegra30_fuse_read,
.size = 0x300,
.spare = 0x280,
};

const struct tegra_fuse_soc tegra210_fuse_soc = {
Expand Down

0 comments on commit 1dad36c

Please sign in to comment.