[PoC 041/241] global: Migrate CONFIG_FSL_PMIC_CLK to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 14:30:32 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
drivers/power/power_fsl.c | 2 +-
include/configs/mx51evk.h | 2 +-
scripts/config_whitelist.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/power/power_fsl.c b/drivers/power/power_fsl.c
index eace4dd7e433..a576d1570b11 100644
--- a/drivers/power/power_fsl.c
+++ b/drivers/power/power_fsl.c
@@ -40,7 +40,7 @@ int pmic_init(unsigned char bus)
#if defined(CONFIG_POWER_SPI)
p->interface = PMIC_SPI;
p->hw.spi.cs = CONFIG_FSL_PMIC_CS;
- p->hw.spi.clk = CONFIG_FSL_PMIC_CLK;
+ p->hw.spi.clk = CFG_FSL_PMIC_CLK;
p->hw.spi.mode = CONFIG_FSL_PMIC_MODE;
p->hw.spi.bitlen = CFG_FSL_PMIC_BITLEN;
p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END;
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 1aaa76240deb..ee0782ebfebf 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -23,7 +23,7 @@
/* PMIC Controller */
#define CFG_FSL_PMIC_BUS 0
#define CONFIG_FSL_PMIC_CS 0
-#define CONFIG_FSL_PMIC_CLK 2500000
+#define CFG_FSL_PMIC_CLK 2500000
#define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH)
#define CFG_FSL_PMIC_BITLEN 32
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 3b9ec9d59f61..d006554e3d2b 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -41,7 +41,7 @@ CFG_FSL_FM_10GEC_REGULAR_NOTATION
CFG_FSL_ISBC_KEY_EXT
CFG_FSL_PMIC_BITLEN
CFG_FSL_PMIC_BUS
-CONFIG_FSL_PMIC_CLK
+CFG_FSL_PMIC_CLK
CONFIG_FSL_PMIC_CS
CONFIG_FSL_PMIC_MODE
CONFIG_FSL_SDHC_V2_3
--
2.25.1
More information about the U-Boot
mailing list