diff options
| author | Beniamino Galvani <[email protected]> | 2017-07-10 00:30:04 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-07-26 11:26:48 -0400 |
| commit | 2009a8d03fe5aa660c4da04a731a4d75785d4b6b (patch) | |
| tree | 1ad1615d5929c738856faa133522c3f1faa93e2d /arch | |
| parent | 4a63a75c8313613da8f11b928c296ed7e08a9d67 (diff) | |
pinctrl: meson: add GPIO support
This commit adds GPIO support to the Amlogic Meson pin controller
driver, based on code from Linux kernel.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Beniamino Galvani <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/include/asm/arch-meson/gpio.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-meson/gpio.h b/arch/arm/include/asm/arch-meson/gpio.h new file mode 100644 index 00000000000..7079ab32ceb --- /dev/null +++ b/arch/arm/include/asm/arch-meson/gpio.h @@ -0,0 +1,11 @@ +/* + * (C) Copyright 2017 - Beniamino Galvani <[email protected]> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ASM_ARCH_MESON_GPIO_H +#define __ASM_ARCH_MESON_GPIO_H + + +#endif /* __ASM_ARCH_MESON_GPIO_H */ |
