]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: mediatek: mt8365: fix IES control pins
authorMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 26 Apr 2022 12:57:14 +0000 (14:57 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 1 May 2022 21:24:18 +0000 (23:24 +0200)
commit3a98938d84dd2d14aa40937fa52f76051ef192dc
tree5ebcbf1742084d326732e438427e98ea356a47d6
parent3a7b2752133538e81a6529996cc3168b2c842c54
pinctrl: mediatek: mt8365: fix IES control pins

IES26 (BIT 16 of IES1_CFG_ADDR) controls the following pads:

- PAD_I2S_DATA_IN (GPIO114)
- PAD_I2S_LRCK (GPIO115)
- PAD_I2S_BCK (GPIO116)

The pinctrl table is wrong since it lists pins 114 to 112.

Update the table with the correct values.

Fixes: 311b4f24ec62 ("pinctrl: mediatek: add support for mt8365 SoC")
Reported-by: Youngmin Han <Youngmin.Han@geappliances.com>
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20220426125714.298907-1-mkorpershoek@baylibre.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mediatek/pinctrl-mt8365.c