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

Commit 72cc2056 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Arnd Bergmann
Browse files

ARM: Dove: fix second SPI initialization call



Commit 980f9f60 "ARM: orion: Consolidate SPI initialization."
broke it by overwriting the SPI0 registration.

Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Cc: <stable@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent b6fd41e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ void __init dove_spi0_init(void)

void __init dove_spi1_init(void)
{
	orion_spi_init(DOVE_SPI1_PHYS_BASE, get_tclk());
	orion_spi_1_init(DOVE_SPI1_PHYS_BASE, get_tclk());
}

/*****************************************************************************