提交 1dad36cd 编写于 作者: T Thierry Reding

soc/tegra: fuse: Add spare bit offset for Tegra210

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: NThierry Reding <treding@nvidia.com>
上级 82df0e5e
...@@ -149,6 +149,7 @@ const struct tegra_fuse_soc tegra124_fuse_soc = { ...@@ -149,6 +149,7 @@ const struct tegra_fuse_soc tegra124_fuse_soc = {
static const struct tegra_fuse_info tegra210_fuse_info = { static const struct tegra_fuse_info tegra210_fuse_info = {
.read = tegra30_fuse_read, .read = tegra30_fuse_read,
.size = 0x300, .size = 0x300,
.spare = 0x280,
}; };
const struct tegra_fuse_soc tegra210_fuse_soc = { const struct tegra_fuse_soc tegra210_fuse_soc = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册