mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
global: Migrate CONFIG_FSL_PMIC_CLK to CFG
Perform a simple rename of CONFIG_FSL_PMIC_CLK to CFG_FSL_PMIC_CLK Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
eaaca4245e
commit
3a8be4da79
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue