soc/tegra: fuse: Fix Tegra234 fuse size
authorKartik <kkartik@nvidia.com>
Tue, 6 Jun 2023 15:36:08 +0000 (16:36 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Jun 2023 16:35:05 +0000 (18:35 +0200)
commite180cf836433185d0674ade52f8db911d89f6422
treee177e261cef4ba15080248ec37e046e7c7364283
parentc3a1c97c72601f8c00678f0ebafb574ec6e26d54
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>
drivers/soc/tegra/fuse/fuse-tegra30.c