Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4814766 authored by wanzongshun's avatar wanzongshun Committed by Russell King
Browse files

[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: default avatarWan ZongShun <mcuos.com@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 768db4e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */