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

Commit c8334810 authored by Abraham Arce's avatar Abraham Arce Committed by Tony Lindgren
Browse files

OMAP4: Clocks: Change SPI Instance Names



Change the name for the spi instances on omap44xx_clks to match
the names omap2 spi driver gives:

omap-mcspi.1 -> omap2_mcspi.1
omap-mcspi.2 -> omap2_mcspi.2
omap-mcspi.3 -> omap2_mcspi.3
omap-mcspi.4 -> omap2_mcspi.4

Signed-off-by: default avatarAbraham Arce <x0066660@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2135bb53
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2671,10 +2671,10 @@ static struct omap_clk omap44xx_clks[] = {
	CLK("omap-mcbsp.2",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap-mcbsp.3",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap-mcbsp.4",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap-mcspi.1",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap-mcspi.2",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap-mcspi.3",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap-mcspi.4",	"ick",				&dummy_ck,	CK_443X),
	CLK("omap2_mcspi.1",	"ick",			&dummy_ck,	CK_443X),
	CLK("omap2_mcspi.2",	"ick",			&dummy_ck,	CK_443X),
	CLK("omap2_mcspi.3",	"ick",			&dummy_ck,	CK_443X),
	CLK("omap2_mcspi.4",	"ick",			&dummy_ck,	CK_443X),
	CLK(NULL,	"uart1_ick",			&dummy_ck,	CK_443X),
	CLK(NULL,	"uart2_ick",			&dummy_ck,	CK_443X),
	CLK(NULL,	"uart3_ick",			&dummy_ck,	CK_443X),