summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/gpio.h
diff options
context:
space:
mode:
authorGabriel Huau <contact@huau-gabriel.fr>2015-05-25 22:27:37 -0700
committerSimon Glass <sjg@chromium.org>2015-06-04 03:32:08 -0600
commit5318f18d2c002f505054b90bb95ba7c53532eedf (patch)
treec9e25f8c9fc57dbeba19b617f421b6f1ba7ca8d1 /arch/x86/include/asm/gpio.h
parentafbbd413a3ef8a45155fcd083814ba645b09fcc7 (diff)
downloadtalos-obmc-uboot-5318f18d2c002f505054b90bb95ba7c53532eedf.tar.gz
talos-obmc-uboot-5318f18d2c002f505054b90bb95ba7c53532eedf.zip
x86: gpio: add pinctrl support from the device tree
Every pin can be configured now from the device tree. A dt-bindings has been added to describe the different property available. Change-Id: I1668886062655f83700d0e7bbbe3ad09b19ee975 Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/gpio.h')
-rw-r--r--arch/x86/include/asm/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/gpio.h b/arch/x86/include/asm/gpio.h
index 1099427388..ed85b08ce7 100644
--- a/arch/x86/include/asm/gpio.h
+++ b/arch/x86/include/asm/gpio.h
@@ -147,6 +147,7 @@ struct pch_gpio_map {
} set3;
};
+int gpio_ich6_pinctrl_init(void);
void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio);
void ich_gpio_set_gpio_map(const struct pch_gpio_map *map);
OpenPOWER on IntegriCloud