mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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>
This commit is contained in:
parent
0144a2b29d
commit
2ecc8c0898
|
|
@ -187,13 +187,6 @@ enum {
|
|||
#define WDOG_B_CFG_WARM 0x40
|
||||
#define WDOG_B_CFG_COLD 0x80
|
||||
|
||||
/* PF9453_REG_CONFIG2 bits */
|
||||
#define I2C_LT_MASK GENMASK(1, 0)
|
||||
#define I2C_LT_FORCE_DISABLE 0x00
|
||||
#define I2C_LT_ON_STANDBY_RUN 0x01
|
||||
#define I2C_LT_ON_RUN 0x02
|
||||
#define I2C_LT_FORCE_ENABLE 0x03
|
||||
|
||||
static const struct regmap_range pf9453_status_range = {
|
||||
.range_min = PF9453_REG_INT1,
|
||||
.range_max = PF9453_REG_PWRON_STAT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user