
6 Aug
2012
6 Aug
'12
3:05 p.m.
This patch enables gpio numbering for EXYNOS5.
Signed-off-by: Rajeshwari Shinde rajeshwari.s@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