Skip to content
Snippets Groups Projects
Commit 2ff97625 authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

spi: omap3_spi: add am43xx support to omap3_spi


Add support for AM43XX to the omap3_spi driver.

Cc: Jagan Teki <jteki@openedev.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarNikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
parent f9a9fc6f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#ifndef _OMAP3_SPI_H_
#define _OMAP3_SPI_H_
#ifdef CONFIG_AM33XX
#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)
#define OMAP3_MCSPI1_BASE 0x48030100
#define OMAP3_MCSPI2_BASE 0x481A0100
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment