From: Thierry Reding Date: Mon, 4 May 2015 14:44:29 +0000 (+0200) Subject: soc/tegra: fuse: Add spare bit offset for Tegra124 X-Git-Tag: v4.3-rc1~121^2~2^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82df0e5e78d956ea3552f7315a4d559f657047da;p=karo-tx-linux.git 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 --- diff --git a/drivers/soc/tegra/fuse/fuse-tegra30.c b/drivers/soc/tegra/fuse/fuse-tegra30.c index 1fb64f842e41..04e799e33ae3 100644 --- a/drivers/soc/tegra/fuse/fuse-tegra30.c +++ b/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 = {