mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
f9a9fc6f53
commit
2ff97625cb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
#ifndef _OMAP3_SPI_H_
|
#ifndef _OMAP3_SPI_H_
|
||||||
#define _OMAP3_SPI_H_
|
#define _OMAP3_SPI_H_
|
||||||
|
|
||||||
#ifdef CONFIG_AM33XX
|
#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)
|
||||||
#define OMAP3_MCSPI1_BASE 0x48030100
|
#define OMAP3_MCSPI1_BASE 0x48030100
|
||||||
#define OMAP3_MCSPI2_BASE 0x481A0100
|
#define OMAP3_MCSPI2_BASE 0x481A0100
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue