summaryrefslogtreecommitdiffstats
path: root/include/configs/pm9g45.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2013-11-29 12:13:45 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-12-09 13:21:45 +0100
commitac45bb1646e866b463405fade65bac4d877d4209 (patch)
tree0d990e984cf01e48a1e95cfc7f6cf3eaf6a661a2 /include/configs/pm9g45.h
parent934e3b5240ab655782b0844989db928265e6f5df (diff)
downloadtalos-obmc-uboot-ac45bb1646e866b463405fade65bac4d877d4209.tar.gz
talos-obmc-uboot-ac45bb1646e866b463405fade65bac4d877d4209.zip
at91: nand: switch atmel_nand to generic GPIO API
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Acked-by: Jens Scharsig (BuS Elektronik)<esw@bus-elektronik.de> Tested-by: Jens Scharsig (BuS Elektronik)<esw@bus-elektronik.de> Acked-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/pm9g45.h')
-rw-r--r--include/configs/pm9g45.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h
index e0c388e70c..03a25c8230 100644
--- a/include/configs/pm9g45.h
+++ b/include/configs/pm9g45.h
@@ -106,8 +106,8 @@
#define CONFIG_SYS_NAND_MASK_ALE (1 << 21)
/* our CLE is AD22 */
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
-#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIO_PORTC, 14
-#define CONFIG_SYS_NAND_READY_PIN AT91_PIO_PORTD, 3
+#define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PC(14)
+#define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(3)
#endif
OpenPOWER on IntegriCloud