global: Migrate CONFIG_POWER_PFUZE3000_I2C_ADDR to CFG
Perform a simple rename of CONFIG_POWER_PFUZE3000_I2C_ADDR to CFG_POWER_PFUZE3000_I2C_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
aa3efb6c64
commit
193b3fe175
@ -23,7 +23,7 @@ int power_pfuze3000_init(unsigned char bus)
|
||||
p->name = name;
|
||||
p->interface = PMIC_I2C;
|
||||
p->number_of_regs = PFUZE3000_NUM_OF_REGS;
|
||||
p->hw.i2c.addr = CONFIG_POWER_PFUZE3000_I2C_ADDR;
|
||||
p->hw.i2c.addr = CFG_POWER_PFUZE3000_I2C_ADDR;
|
||||
p->hw.i2c.tx_num = 1;
|
||||
p->bus = bus;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#define IMX_FEC_BASE ENET_IPS_BASE_ADDR
|
||||
|
||||
/* PMIC */
|
||||
#define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08
|
||||
#define CFG_POWER_PFUZE3000_I2C_ADDR 0x08
|
||||
|
||||
#define CFG_SYS_I2C_PCA953X_ADDR 0x20
|
||||
#define CFG_SYS_I2C_PCA953X_WIDTH { {0x20, 16} }
|
||||
|
@ -98,7 +98,7 @@
|
||||
#define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
|
||||
|
||||
/* PMIC */
|
||||
#define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08
|
||||
#define CFG_POWER_PFUZE3000_I2C_ADDR 0x08
|
||||
|
||||
/* FLASH and environment organization */
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
#define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
|
||||
|
||||
/* PMIC */
|
||||
#define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08
|
||||
#define CFG_POWER_PFUZE3000_I2C_ADDR 0x08
|
||||
#define PFUZE3000_I2C_BUS 0
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user