From: Thierry Reding Date: Mon, 4 May 2015 14:45:25 +0000 (+0200) Subject: soc/tegra: fuse: Add spare bit offset for Tegra210 X-Git-Tag: v4.3-rc1~121^2~2^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1dad36cdd5d20b4d7ceca5026553e86b3315b022;p=karo-tx-linux.git 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: Thierry Reding --- diff --git a/drivers/soc/tegra/fuse/fuse-tegra30.c b/drivers/soc/tegra/fuse/fuse-tegra30.c index 04e799e33ae3..882607bcaa6c 100644 --- a/drivers/soc/tegra/fuse/fuse-tegra30.c +++ b/drivers/soc/tegra/fuse/fuse-tegra30.c @@ -149,6 +149,7 @@ const struct tegra_fuse_soc tegra124_fuse_soc = { static const struct tegra_fuse_info tegra210_fuse_info = { .read = tegra30_fuse_read, .size = 0x300, + .spare = 0x280, }; const struct tegra_fuse_soc tegra210_fuse_soc = {