mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 20:39:10 +01:00
ipq6018: Remove SDCC_MCI_POWER register write
As ipq6018 is not supporting MCI mode, removing MCI register write. Change-Id: I330cd20b5b967992e86969ab6005a81e48e62506 Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
4658cc1170
commit
c7dac12ed5
1 changed files with 0 additions and 6 deletions
|
|
@ -178,11 +178,6 @@ void emmc_clock_reset(void)
|
|||
writel(0x0, GCC_SDCC1_BCR);
|
||||
}
|
||||
|
||||
void emmc_sdhci_init(void)
|
||||
{
|
||||
writel(readl(MSM_SDC1_BASE) | (1 << 7), MSM_SDC1_BASE); //SW_RST
|
||||
udelay(10);
|
||||
}
|
||||
int board_mmc_init(bd_t *bis)
|
||||
{
|
||||
int node;
|
||||
|
|
@ -205,7 +200,6 @@ int board_mmc_init(bd_t *bis)
|
|||
emmc_clock_reset();
|
||||
udelay(10);
|
||||
emmc_clock_config();
|
||||
emmc_sdhci_init();
|
||||
|
||||
if (add_sdhci(&mmc_host, 200000000, 400000)) {
|
||||
printf("add_sdhci fail!\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue