소스 검색

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

The offset of the first spare bit register on Tegra124 is 0x300, but
account for the fixed offset of 0x100 in the fuse accessor.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Thierry Reding 10 년 전
부모
커밋
82df0e5e78
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/soc/tegra/fuse/fuse-tegra30.c

+ 1 - 0
drivers/soc/tegra/fuse/fuse-tegra30.c

@@ -135,6 +135,7 @@ const struct tegra_fuse_soc tegra114_fuse_soc = {
 static const struct tegra_fuse_info tegra124_fuse_info = {
 	.read = tegra30_fuse_read,
 	.size = 0x300,
+	.spare = 0x200,
 };
 
 const struct tegra_fuse_soc tegra124_fuse_soc = {