Skip to content

Commit 702a5fa

Browse files
committed
pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
Hence remove the SH_PFC_PIN_CFG_PULL_DOWN flags from their pin descriptions. Fixes: 83f6941 ("pinctrl: sh-pfc: r8a77990: Add bias pinconf support") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/da4b2d69955840a506412f1e8099607a0da97ecc.1619785375.git.geert+renesas@glider.be
1 parent 2cee31c commit 702a5fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/pinctrl/renesas/pfc-r8a77990.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
PIN_NOGP_CFG(FSCLKST_N, "FSCLKST_N", fn, CFG_FLAGS), \
5454
PIN_NOGP_CFG(MLB_REF, "MLB_REF", fn, CFG_FLAGS), \
5555
PIN_NOGP_CFG(PRESETOUT_N, "PRESETOUT_N", fn, CFG_FLAGS), \
56-
PIN_NOGP_CFG(TCK, "TCK", fn, CFG_FLAGS), \
57-
PIN_NOGP_CFG(TDI, "TDI", fn, CFG_FLAGS), \
58-
PIN_NOGP_CFG(TMS, "TMS", fn, CFG_FLAGS), \
59-
PIN_NOGP_CFG(TRST_N, "TRST_N", fn, CFG_FLAGS)
56+
PIN_NOGP_CFG(TCK, "TCK", fn, SH_PFC_PIN_CFG_PULL_UP), \
57+
PIN_NOGP_CFG(TDI, "TDI", fn, SH_PFC_PIN_CFG_PULL_UP), \
58+
PIN_NOGP_CFG(TMS, "TMS", fn, SH_PFC_PIN_CFG_PULL_UP), \
59+
PIN_NOGP_CFG(TRST_N, "TRST_N", fn, SH_PFC_PIN_CFG_PULL_UP)
6060

6161
/*
6262
* F_() : just information

0 commit comments

Comments
 (0)