]> git.baikalelectronics.ru Git - uboot.git/commit
aspeed: AST2500 Pinctrl Driver
authormaxims@google.com <maxims@google.com>
Mon, 17 Apr 2017 19:00:27 +0000 (12:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:33 +0000 (11:57 -0400)
commitdefe62f0ec738e5e1c5827526e1343e6341ce091
tree46fbf4a04c8195bf3bf4e7feaf56a8a282b40d79
parent8ce59e0bfd6dadae100bbac79393ac2730e659e9
aspeed: AST2500 Pinctrl Driver

This driver uses Generic Pinctrl framework and is compatible with
the Linux driver for ast2500: it uses the same device tree
configuration.

Not all pins are supported by the driver at the moment, so it actually
compatible with ast2400. In general, however, there are differences that
in the future would be easier to maintain separately.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-aspeed/pinctrl.h [new file with mode: 0644]
arch/arm/include/asm/arch-aspeed/scu_ast2500.h
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/aspeed/Makefile [new file with mode: 0644]
drivers/pinctrl/aspeed/pinctrl_ast2500.c [new file with mode: 0644]