Skip to content

Commit

Permalink
[ARM] 5617/1: rename this spi device as w90p910-spi
Browse files Browse the repository at this point in the history
When programming clock api, I named this spi device
as w90p910-usi, now, I think named it as w90p910-spi better

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
wanzongshun authored and Russell King committed Jul 23, 2009
1 parent 768db4e commit b481476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-w90x900/w90p910.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static struct clk_lookup w90p910_clkregs[] = {
DEF_CLKLOOK(&clk_wdt, "w90p910-wdt", NULL),
DEF_CLKLOOK(&clk_gdma, "w90p910-gdma", NULL),
DEF_CLKLOOK(&clk_adc, "w90p910-adc", NULL),
DEF_CLKLOOK(&clk_usi, "w90p910-usi", NULL),
DEF_CLKLOOK(&clk_usi, "w90p910-spi", NULL),
};

/* Initial serial platform data */
Expand Down

0 comments on commit b481476

Please sign in to comment.