Skip to content

Commit

Permalink
ARM: S5PV210: cleanup hsmmc clock definitions
Browse files Browse the repository at this point in the history
This patch performs minor clocks cleanup for S5PV210 SoC. The duplicate
HCLK clock entry for sdhci-s3c has been disabled and the index of a reserved
entry has been fixed.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Kukjin Kim committed Aug 5, 2010
1 parent 19b90c7 commit 12c67fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-s5pv210/setup-sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

char *s5pv210_hsmmc_clksrcs[4] = {
[0] = "hsmmc", /* HCLK */
[1] = "hsmmc", /* HCLK */
/* [1] = "hsmmc", - duplicate HCLK entry */
[2] = "sclk_mmc", /* mmc_bus */
/*[4] = reserved */
/* [3] = NULL, - reserved */
};

void s5pv210_setup_sdhci_cfg_card(struct platform_device *dev,
Expand Down

0 comments on commit 12c67fc

Please sign in to comment.