]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
authorIcenowy Zheng <icenowy@aosc.io>
Sat, 22 Jul 2017 02:50:53 +0000 (10:50 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 31 Jul 2017 13:52:52 +0000 (15:52 +0200)
commitd81ece747d8727bb8b1cfc9a20dbe62f09a4e35a
treeabd4dd55496de3f3da98c9ba9e5bd9bd3eb9b615
parent65ff135b4f748f7d5f0d6a21b860e88a0d1fb7c5
pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

The PH16 pin has a function with mux id 0x5, which is the DET pin of the
"sim" (smart card reader) IP block.

This function is missing in old versions of A10/A20 SoCs' datasheets and
user manuals, so it's also missing in the old drivers. The newest A10
Datasheet V1.70 and A20 Datasheet V1.41 contain this pin function, and
it's discovered during implementing R40 pinctrl driver.

Add it to the driver. As we now merged A20 pinctrl driver to the A10
one, we need to only fix the A10 driver now.

Fixes: f2821b1ca3a2 ("pinctrl: sunxi: Move Allwinner A10 pinctrl
driver to a driver of its own")

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sunxi/pinctrl-sun4i-a10.c