mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 14:05:19 +08:00
[ARM] 5617/1: rename this spi device as w90p910-spi
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>
This commit is contained in:
parent
768db4e04b
commit
b48147663b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user