pinctrl: mediatek: Drop bogus slew rate register range for MT8186
authorChen-Yu Tsai <wenst@chromium.org>
Wed, 31 Jan 2024 07:19:07 +0000 (15:19 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Feb 2024 10:47:49 +0000 (11:47 +0100)
commit3a29c87548809405bcbc66acc69cbe6f15184d94
treee8b4f63a433f198b8430bd0d9daf003c78495055
parent1a7a7aa1e4250da2971d1ff352cec7e5419af4dc
pinctrl: mediatek: Drop bogus slew rate register range for MT8186

The MT8186 does not support configuring pin slew rate. This is evident
from both the datasheet, and the fact that the driver points the slew
rate register range at the GPIO direction register range.

Drop the bogus setting.

Fixes: 8b483bda1e46 ("pinctrl: add pinctrl driver on mt8186")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240131071910.3950450-1-wenst@chromium.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mediatek/pinctrl-mt8186.c