[U-Boot] [PATCH 3/4] EXYNOS5: Enable GPIO Numbering.
Rajeshwari Shinde
rajeshwari.s at samsung.com
Mon Aug 6 15:05:06 CEST 2012
This patch enables gpio numbering for EXYNOS5.
Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
---
include/configs/smdk5250.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index 4b9093c..ed8e80f 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -242,6 +242,9 @@
#define CONFIG_ENV_SPI_MAX_HZ 50000000
#endif
+/* Enable GPIO Numbering */
+#define HAVE_GENERIC_GPIO
+
/* Enable devicetree support */
#define CONFIG_OF_LIBFDT
--
1.7.4.4
More information about the U-Boot
mailing list