]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: mediatek: Fix the drive register definition of some Pins
authorGuodong Liu <Guodong.Liu@mediatek.com>
Wed, 18 Jan 2023 06:21:16 +0000 (14:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2023 18:11:50 +0000 (19:11 +0100)
commitb048b969b362405ac20334da87d282b60e34af02
tree72ba3300f4eaa82294aca11f2f56f8e834286cee
parent6353ebac4612a9f78f2e67adb6a568ae170599f7
pinctrl: mediatek: Fix the drive register definition of some Pins

[ Upstream commit 5754a1c98b18009cb3030dc391aa37b77428a0bd ]

The drive adjustment register definition of gpio13 and gpio81 is wrong:
"the start address for the range" of gpio18 is corrected to 0x000,
"the start bit for the first register within the range" of gpio81 is
corrected to 24.

Fixes: 6cf5e9ef362a ("pinctrl: add pinctrl driver on mt8195")
Signed-off-by: Guodong Liu <Guodong.Liu@mediatek.com>
Link: https://lore.kernel.org/r/20230118062116.26315-1-Guodong.Liu@mediatek.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/mediatek/pinctrl-mt8195.c