diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-20 19:48:40 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:36:36 -0600 |
commit | b8809e60cdb5ab09fb28a0903f25b2878483ec04 (patch) | |
tree | f94b68057ebd8916f3cddf5ea4091b6e26caaa83 /arch/arm/include/asm/arch-s5pc1xx | |
parent | 7f1961018cb494c029fcbb446e6562064735ec5e (diff) | |
download | u-boot-imx-b8809e60cdb5ab09fb28a0903f25b2878483ec04.zip u-boot-imx-b8809e60cdb5ab09fb28a0903f25b2878483ec04.tar.gz u-boot-imx-b8809e60cdb5ab09fb28a0903f25b2878483ec04.tar.bz2 |
dm: exynos: gpio: Convert to driver model
Convert the exynos GPIO driver to driver model. This implements the generic
GPIO interface but not the extra Exynos-specific functions.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/arch-s5pc1xx')
-rw-r--r-- | arch/arm/include/asm/arch-s5pc1xx/gpio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-s5pc1xx/gpio.h b/arch/arm/include/asm/arch-s5pc1xx/gpio.h index bd6f2d2..2de205e 100644 --- a/arch/arm/include/asm/arch-s5pc1xx/gpio.h +++ b/arch/arm/include/asm/arch-s5pc1xx/gpio.h @@ -682,8 +682,7 @@ enum s5pc110_gpio_pin { S5PC110_GPIO_MP285, S5PC110_GPIO_MP286, S5PC110_GPIO_MP287, - S5PC110_GPIO_RES, - S5PC110_GPIO_H00 = (S5PC110_GPIO_RES + (48 * 8)), + S5PC110_GPIO_H00, S5PC110_GPIO_H01, S5PC110_GPIO_H02, S5PC110_GPIO_H03, |