Skip to content

Commit e180cf8

Browse files
Kartikthierryreding
authored andcommitted
soc/tegra: fuse: Fix Tegra234 fuse size
The Tegra234 fuse size is incorrectly defined as 0x98c. The actual size of the Tegra234 fuses is 0xf8c and so update the size of the Tegra234 fuses to fix this. Signed-off-by: Kartik <kkartik@nvidia.com> Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent c3a1c97 commit e180cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/tegra/fuse/fuse-tegra30.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ static const struct nvmem_keepout tegra234_fuse_keepouts[] = {
663663

664664
static const struct tegra_fuse_info tegra234_fuse_info = {
665665
.read = tegra30_fuse_read,
666-
.size = 0x98c,
666+
.size = 0xf90,
667667
.spare = 0x280,
668668
};
669669

0 commit comments

Comments
 (0)