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

Commit c0e19363 authored by Nicolas Pitre's avatar Nicolas Pitre
Browse files

[ARM] Orion: activate workaround for 88f6183 SPI clock erratum



Commit 2ede90ca78500ca0ffeee19d7812d345f8ad152d adds 6183 support,
but the SPI support in there doesn't work since it depends on a
6183 SPI unit erratum fix that only just went upstream, via commit
2bec19fe.

Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
parent dcf1cece
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -311,6 +311,7 @@ void __init orion5x_sata_init(struct mv_sata_platform_data *sata_data)
 ****************************************************************************/
static struct orion_spi_info orion5x_spi_plat_data = {
	.tclk			= 0,
	.enable_clock_fix	= 1,
};

static struct resource orion5x_spi_resources[] = {