| Submitter | Rajeshwari Shinde |
|---|---|
| Date | Aug. 6, 2012, 1:05 p.m. |
| Message ID | <1344258307-18934-4-git-send-email-rajeshwari.s@samsung.com> |
| Download | mbox | patch |
| Permalink | /patch/175346/ |
| State | Changes Requested |
| Delegated to: | Minkyu Kang |
| Headers | show |
Comments
Patch
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
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(-)