From: Vincent Whitchurch Date: Tue, 29 Aug 2023 14:04:12 +0000 (+0200) Subject: regulator: tps6287x: Fix n_voltages X-Git-Url: https://repo.jachan.dev/J-linux.git/commitdiff_plain/c69290557c7571dff3d995fa27619b965915e8a1 regulator: tps6287x: Fix n_voltages There are 256 possible voltage settings for each range, not 256 possible voltage settings in total. Fixes: 15a1cd245d5b ("regulator: tps6287x: Fix missing .n_voltages setting") Signed-off-by: Vincent Whitchurch