mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 04:37:32 -04:00
pinctrl: mediatek: mt8167: Fix Schmitt trigger register offset of pins 34-39
The correct Schmitt trigger register offset for pins 34-39 is 0xA00. Value
was verified with SoC data sheet.
Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
Fixes: 82d70627e9 ("pinctrl: mediatek: Add MT8167 Pinctrl driver")
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
committed by
Linus Walleij
parent
1c3044cab2
commit
439bc91d20
@@ -244,7 +244,7 @@ static const struct mtk_pin_ies_smt_set mt8167_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),
|
||||
|
||||
Reference in New Issue
Block a user