[U-Boot] [PATCH 1/6] spi: omap3_spi: add am43xx support to omap3_spi
Nikita Kiryanov
nikita at compulab.co.il
Thu Jul 30 22:56:18 CEST 2015
Add support for AM43XX to the omap3_spi driver.
Cc: Jagan Teki <jteki at openedev.com>
Cc: Igor Grinberg <grinberg at compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
---
drivers/spi/omap3_spi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/spi/omap3_spi.h b/drivers/spi/omap3_spi.h
index ab7cd84..4af22c1 100644
--- a/drivers/spi/omap3_spi.h
+++ b/drivers/spi/omap3_spi.h
@@ -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
--
1.9.1
More information about the U-Boot
mailing list