]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 value
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 13 Dec 2018 13:32:34 +0000 (14:32 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 18 Dec 2018 10:25:56 +0000 (11:25 +0100)
commit4d374bacd7c9665179f9752a52d5d602c45d8190
tree0dd571a5e35c486cabc8f97660ca154d5d311df8
parent9540cbdfcd861caf67a6f0e4bb7f46d41c4aad86
pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 value

The IP10[5:3] field in Peripheral Function Select Register 10 has a
width of 3 bits, i.e. it allows programming one out of 8 different
configurations.
However, 9 values are provided instead of 8, overflowing into the
subsequent field in the register, and thus breaking the configuration of
the latter.

Fix this by dropping a bogus zero value.

Fixes: ac1ebc2190f575fc ("sh-pfc: Add sh7734 pinmux support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pinctrl/sh-pfc/pfc-sh7734.c