Files
linux-stable-mirror/drivers/pinctrl/sophgo
Inochi Amaoto 1dd943dfb5 pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf
[ Upstream commit ef1a5121ae ]

When setting pinconf configuration for cv1800 SoC, the driver just writes
the value. It may zero some bits of the pinconf register and cause some
unexpected error. Add a mask to avoid this.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Link: https://lore.kernel.org/20250211051801.470800-2-inochiama@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-29 11:02:35 +02:00
..