]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: meson: fix pin input property for a4
authorXianwei Zhao <xianwei.zhao@amlogic.com>
Mon, 3 Mar 2025 07:53:20 +0000 (15:53 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Mar 2025 08:37:33 +0000 (09:37 +0100)
commitc3a0b61e498e915baa7d74bacd0d20d9aa34638a
tree09045b313aee62de360659059ef3726564e8f231
parent75f87f5d04f73645136d7a603c331d844fc5704a
pinctrl: meson: fix pin input property for a4

The register of pin input attribute means the opposite.
value of reigster meaning is 1 for input and 0 for output.
So fix it.

Fixes: 6e9be3abb78c ("pinctrl: Add driver support for Amlogic SoCs")
Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Link: https://lore.kernel.org/20250303-fix-a4-pinctl-v1-1-6579888b4272@amlogic.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-amlogic-a4.c