summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:13:34 -0500
committerTom Rini <[email protected]>2022-12-23 10:14:52 -0500
commit6d38c69e835b5a918d324da16c34a697aeb3276f (patch)
treee7934e3a46abca5df6b90d1e3714f1fc8124b7e5 /include
parent2adbb297471b39741e3e6e2ef04c56187ccaaf68 (diff)
global: Migrate CONFIG_POWER_LTC3676_I2C_ADDR to CFG
Perform a simple rename of CONFIG_POWER_LTC3676_I2C_ADDR to CFG_POWER_LTC3676_I2C_ADDR Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/gw_ventana.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 0a9dfe736f7..85a2ad21dc0 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -31,7 +31,7 @@
* PMIC
*/
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
-#define CONFIG_POWER_LTC3676_I2C_ADDR 0x3c
+#define CFG_POWER_LTC3676_I2C_ADDR 0x3c
/* Various command support */