summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-29 13:08:58 -0600
committerSimon Glass <sjg@chromium.org>2014-11-21 08:09:36 +0100
commit12fe7f7c2a0aaa4902e920ca8cc8608ebc30effe (patch)
treed175629f0f2486c1b5a5d2af886324bf1893750b /arch/arm/include/asm
parent918354b18e190a0e42748457470db539ed12fde3 (diff)
downloadtalos-obmc-uboot-12fe7f7c2a0aaa4902e920ca8cc8608ebc30effe.tar.gz
talos-obmc-uboot-12fe7f7c2a0aaa4902e920ca8cc8608ebc30effe.zip
dm: at91: Add platform data for GPIO on at91sam9260-based boards
These boards all have the same GPIO arrangement, so add some common platform data that can be used by all boards. Remove the configs which are no longer required. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9260.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9260.h b/arch/arm/include/asm/arch-at91/at91sam9260.h
index 1e613fa636..bb48875290 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9260.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9260.h
@@ -137,9 +137,11 @@
/*
* Other misc defines
*/
+#ifndef CONFIG_DM_GPIO
#define ATMEL_PIO_PORTS 3 /* these SoCs have 3 PIO */
-#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP
#define ATMEL_BASE_PIO ATMEL_BASE_PIOA
+#endif
+#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP
/*
* SoC specific defines
OpenPOWER on IntegriCloud