]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit838adb576d4a3da03d4e35a3149dc015dfeec299
tree6e2770a3ca7679691fff79e88e1269041fff8366
parent6693f9f96a0936488dd7876b8079933786e27b1b
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]