thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structure
authorBryan Brattlof <bb@ti.com>
Mon, 31 Oct 2022 23:26:54 +0000 (18:26 -0500)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Wed, 14 Dec 2022 14:25:40 +0000 (15:25 +0100)
commit156f0e2fda420c4a4a7b244a909df04086039bd6
tree831b5e93c4df3d41a20cecdd6927d9d17a7be297
parent311f328ffc7572219bee65db77645e5fedd4e8e6
thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structure

'fuse_base' is only needed during the initial probe function to provide
data for a software trimming method for some of TI's devices affected by
the i2128 erratum. The devices not affected will not use this region

Remove fuse_base from the main k3_j72xx_bandgap structure

Signed-off-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20221031232702.10339-4-bb@ti.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
drivers/thermal/k3_j72xx_bandgap.c