OSDN Git Service

pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 13 Dec 2018 13:27:56 +0000 (14:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jan 2020 09:21:37 +0000 (10:21 +0100)
commit0fe6c17cbc723684721babbb31864e96c507f608
tree23f97fa5a19453a60dfad392b6b477157eb193d7
parent9301ae8a9d17a3607e96211d82d67c93f82d864e
pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field

[ Upstream commit 9540cbdfcd861caf67a6f0e4bb7f46d41c4aad86 ]

The Port C I/O Register 0 contains 7 reserved bits, but the descriptor
contains only dummy configuration values for 6 reserved bits, thus
breaking the configuration of all subsequent fields in the register.

Fix this by adding the two missing configuration values.

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