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)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Jan 2023 13:41:51 +0000 (14:41 +0100)
commit5754a1c98b18009cb3030dc391aa37b77428a0bd
treefc909fb9076ea3ae7c779aa929c531224a836d15
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65
pinctrl: mediatek: Fix the drive register definition of some Pins

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>
drivers/pinctrl/mediatek/pinctrl-mt8195.c