]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: pinctrl: add driver for Allwinner H5 SoC
authorIcenowy Zheng <icenowy@aosc.xyz>
Thu, 26 Jan 2017 15:48:51 +0000 (23:48 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 30 Jan 2017 15:26:28 +0000 (16:26 +0100)
commitf062944c5c0a9bd3e522a4befde03e31b8aec098
tree6e2770a3ca7679691fff79e88e1269041fff8366
parent4735e7c7ef7f744479058b6a85ba9d18d990b08f
drivers: pinctrl: add driver for Allwinner H5 SoC

Based on the Allwinner H5 datasheet and the pinctrl driver of the
backward-compatible H3 this introduces the pin multiplex assignments for
the H5 SoC.

H5 introduced some more pin functions (e.g. three more groups of TS
pins, and one more groups of SIM pins) than H3.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
drivers/pinctrl/sunxi/Kconfig
drivers/pinctrl/sunxi/Makefile
drivers/pinctrl/sunxi/pinctrl-sun50i-h5.c [new file with mode: 0644]