]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 29 Mar 2017 18:36:50 +0000 (21:36 +0300)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Apr 2017 07:22:25 +0000 (09:22 +0200)
commitda7a692fbbab07f4e9798b5b52798f6e3256dd8f
treec1f80c617c83ca89a419aae63136224b1a0e32a0
parentd14a39edf757f5bdd73cf25d0155d7cfb271e782
pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data

The R8A7791 PFC driver  was apparently based on the preliminary revisions
of  the  user's manual, which  omitted the HSCIF1 group E signals in  the
IPSR4 register description. This would cause HSCIF1's probe  to fail with
the messages like below:

sh-pfc e6060000.pfc: cannot locate data/mark enum_id for mark 1989
sh-sci e62c8000.serial: Error applying setting, reverse things back
sh-sci: probe of e62c8000.serial failed with error -22

Add the neceassary PINMUX_IPSR_MSEL() invocations for the HSCK1_E,
HCTS1#_E, and HRTS1#_E signals...

Fixes: 508845196238 ("pinctrl: sh-pfc: r8a7791 PFC support")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/sh-pfc/pfc-r8a7791.c