Skip to content

Commit 3109580

Browse files
lscorciagregkh
authored andcommitted
pinctrl: mediatek: mt8167: Fix Schmitt trigger register offset of pins 34-39
[ Upstream commit 439bc91 ] 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: 82d7062 ("pinctrl: mediatek: Add MT8167 Pinctrl driver") Signed-off-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 9f56b6d commit 3109580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/mediatek/pinctrl-mt8167.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ static const struct mtk_pin_ies_smt_set mt8167_smt_set[] = {
244244
MTK_PIN_IES_SMT_SPEC(24, 25, 0xA00, 12),
245245
MTK_PIN_IES_SMT_SPEC(26, 30, 0xA00, 0),
246246
MTK_PIN_IES_SMT_SPEC(31, 33, 0xA00, 1),
247-
MTK_PIN_IES_SMT_SPEC(34, 39, 0xA900, 2),
247+
MTK_PIN_IES_SMT_SPEC(34, 39, 0xA00, 2),
248248
MTK_PIN_IES_SMT_SPEC(40, 40, 0xA10, 11),
249249
MTK_PIN_IES_SMT_SPEC(41, 43, 0xA00, 10),
250250
MTK_PIN_IES_SMT_SPEC(44, 47, 0xA00, 11),

0 commit comments

Comments
 (0)