From patchwork Mon Aug 6 13:05:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,3/4] EXYNOS5: Enable GPIO Numbering. Date: Mon, 06 Aug 2012 03:05:06 -0000 From: Rajeshwari Shinde X-Patchwork-Id: 175346 Message-Id: <1344258307-18934-4-git-send-email-rajeshwari.s@samsung.com> To: u-boot@lists.denx.de Cc: alim.akhtar@samsung.com, patches@linaro.org This patch enables gpio numbering for EXYNOS5. Signed-off-by: Rajeshwari Shinde --- 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