]> Git Repo - u-boot.git/commit
aspeed: AST2500 Pinctrl Driver
author[email protected] <[email protected]>
Mon, 17 Apr 2017 19:00:27 +0000 (12:00 -0700)
committerTom Rini <[email protected]>
Mon, 8 May 2017 15:57:33 +0000 (11:57 -0400)
commit4f0e44e46615e3c827dcd1ec59677be1058d394c
tree46fbf4a04c8195bf3bf4e7feaf56a8a282b40d79
parent99f8ad7321fb9bbfbaff870a53b005d36a723b1f
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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]
This page took 0.034036 seconds and 4 git commands to generate.