Skip to content

Commit 2ecc8c0

Browse files
1991Joyzoubroonie
authored andcommitted
regulator: pf9453: remove unused I2C_LT register
Remove unused I2C_LT registers, which not defined in PF9453 datasheet. Signed-off-by: Joy Zou <joy.zou@nxp.com> Link: https://patch.msgid.link/20251103-b4-next-pf9453-v1-3-a025d536eee1@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0144a2b commit 2ecc8c0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

drivers/regulator/pf9453-regulator.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ enum {
187187
#define WDOG_B_CFG_WARM 0x40
188188
#define WDOG_B_CFG_COLD 0x80
189189

190-
/* PF9453_REG_CONFIG2 bits */
191-
#define I2C_LT_MASK GENMASK(1, 0)
192-
#define I2C_LT_FORCE_DISABLE 0x00
193-
#define I2C_LT_ON_STANDBY_RUN 0x01
194-
#define I2C_LT_ON_RUN 0x02
195-
#define I2C_LT_FORCE_ENABLE 0x03
196-
197190
static const struct regmap_range pf9453_status_range = {
198191
.range_min = PF9453_REG_INT1,
199192
.range_max = PF9453_REG_PWRON_STAT,

0 commit comments

Comments
 (0)