Skip to content

Commit 83d12f0

Browse files
hammerlinkLinus Walleij
authored andcommitted
pinctrl: spacemit: fix typo in PRI_TDI pin name
The datasheet lists this signal as PRI_TDI, not PRI_DTI. Fix the pin name to match the documentation and JTAG naming convention (TDI = Test Data In). Signed-off-by: Hendrik Hamerlinck <hendrik.hamerlinck@hammernet.be> Reviewed-by: Yixun Lan <dlan@gentoo.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent a6a2f50 commit 83d12f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/spacemit/pinctrl-k1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ static const struct pinctrl_pin_desc k1_pin_desc[] = {
847847
PINCTRL_PIN(67, "GPIO_67"),
848848
PINCTRL_PIN(68, "GPIO_68"),
849849
PINCTRL_PIN(69, "GPIO_69"),
850-
PINCTRL_PIN(70, "GPIO_70/PRI_DTI"),
850+
PINCTRL_PIN(70, "GPIO_70/PRI_TDI"),
851851
PINCTRL_PIN(71, "GPIO_71/PRI_TMS"),
852852
PINCTRL_PIN(72, "GPIO_72/PRI_TCK"),
853853
PINCTRL_PIN(73, "GPIO_73/PRI_TDO"),

0 commit comments

Comments
 (0)