Skip to content

Commit a2d4691

Browse files
1991Joyzoubroonie
authored andcommitted
regulator: pf9453: change the device ID register address
Remove unnecessary register OTP_Ver and change the device ID address to 0x1. Previous version chip is never mass production. So not broken compatibility. Signed-off-by: Joy Zou <joy.zou@nxp.com> Link: https://patch.msgid.link/20251103-b4-next-pf9453-v1-1-a025d536eee1@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6146a0f commit a2d4691

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/regulator/pf9453-regulator.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ enum {
6565
#define PF9453_LDOSNVS_VOLTAGE_NUM 0x59
6666

6767
enum {
68-
PF9453_REG_DEV_ID = 0x00,
69-
PF9453_REG_OTP_VER = 0x01,
68+
PF9453_REG_DEV_ID = 0x01,
7069
PF9453_REG_INT1 = 0x02,
7170
PF9453_REG_INT1_MASK = 0x03,
7271
PF9453_REG_INT1_STATUS = 0x04,

0 commit comments

Comments
 (0)