Skip to content

Commit

Permalink
ARM: SPEAr600: Change FSMC and SMI clock names
Browse files Browse the repository at this point in the history
Change FSMC and SMI clock names to match the ones needed for DT based
probing.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Viresh Kumar <viresh.kumar@st.com>
  • Loading branch information
Stefan Roese authored and Arnd Bergmann committed Apr 22, 2012
1 parent e816b57 commit 5b4f95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-spear6xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ static struct clk_lookup spear_clk_lookups[] = {
{ .dev_id = "dma", .clk = &dma_clk},
{ .dev_id = "jpeg", .clk = &jpeg_clk},
{ .dev_id = "gmac", .clk = &gmac_clk},
{ .dev_id = "smi", .clk = &smi_clk},
{ .dev_id = "fsmc-nand", .clk = &fsmc_clk},
{ .dev_id = "fc000000.flash", .clk = &smi_clk},
{ .dev_id = "d1800000.flash", .clk = &fsmc_clk},
/* clock derived from apb clk */
{ .dev_id = "adc", .clk = &adc_clk},
{ .dev_id = "ssp-pl022.0", .clk = &ssp0_clk},
Expand Down

0 comments on commit 5b4f95e

Please sign in to comment.