mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
pinctrl: mediatek: mt8516: Fix Schmitt trigger register offset of pins 34-39
The correct Schmitt trigger register offset for pins 34-39 is 0xA00.
Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
Fixes: 264667112e ("pinctrl: mediatek: Add MT8516 Pinctrl driver")
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
4e31ab4799
commit
1c3044cab2
|
|
@ -244,7 +244,7 @@ static const struct mtk_pin_ies_smt_set mt8516_smt_set[] = {
|
|||
MTK_PIN_IES_SMT_SPEC(24, 25, 0xA00, 12),
|
||||
MTK_PIN_IES_SMT_SPEC(26, 30, 0xA00, 0),
|
||||
MTK_PIN_IES_SMT_SPEC(31, 33, 0xA00, 1),
|
||||
MTK_PIN_IES_SMT_SPEC(34, 39, 0xA900, 2),
|
||||
MTK_PIN_IES_SMT_SPEC(34, 39, 0xA00, 2),
|
||||
MTK_PIN_IES_SMT_SPEC(40, 40, 0xA10, 11),
|
||||
MTK_PIN_IES_SMT_SPEC(41, 43, 0xA00, 10),
|
||||
MTK_PIN_IES_SMT_SPEC(44, 47, 0xA00, 11),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user