mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
pinctrl: sh-pfc: r8a77990: GP6_9 does not have pull-down capability
Hence remove the SH_PFC_PIN_CFG_PULL_DOWN flag from the GP6_9 GPIO
description.
Fixes: 83f6941a42
("pinctrl: sh-pfc: r8a77990: Add bias pinconf support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
5219aa33ca
commit
f7d8b568e2
@ -30,7 +30,16 @@
|
||||
PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_11(4, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE), \
|
||||
PORT_GP_CFG_20(5, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_18(6, fn, sfx, CFG_FLAGS)
|
||||
PORT_GP_CFG_9(6, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 9, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
|
||||
PORT_GP_CFG_1(6, 10, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 11, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 12, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 13, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 14, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 15, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 16, fn, sfx, CFG_FLAGS), \
|
||||
PORT_GP_CFG_1(6, 17, fn, sfx, CFG_FLAGS)
|
||||
/*
|
||||
* F_() : just information
|
||||
* FM() : macro for FN_xxx / xxx_MARK
|
||||
|
Loading…
Reference in New Issue
Block a user