* [PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G
@ 2024-10-23 10:44 Billy Tsai
2024-10-23 23:42 ` Andrew Jeffery
2024-10-28 12:59 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Billy Tsai @ 2024-10-23 10:44 UTC (permalink / raw)
To: andrew, linus.walleij, joel, linux-aspeed, openbmc, linux-gpio,
linux-arm-kernel, linux-kernel
Add drive strength configuration support for GPIO F and G groups.
Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
---
drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c b/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c
index 6ecc656abc44..5a7cd0a88687 100644
--- a/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c
+++ b/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c
@@ -2607,6 +2607,10 @@ static struct aspeed_pin_config aspeed_g6_configs[] = {
{ PIN_CONFIG_DRIVE_STRENGTH, { AB8, AB8 }, SCU454, GENMASK(27, 26)},
/* LAD0 */
{ PIN_CONFIG_DRIVE_STRENGTH, { AB7, AB7 }, SCU454, GENMASK(25, 24)},
+ /* GPIOF */
+ { PIN_CONFIG_DRIVE_STRENGTH, { D22, A23 }, SCU458, GENMASK(9, 8)},
+ /* GPIOG */
+ { PIN_CONFIG_DRIVE_STRENGTH, { E21, B21 }, SCU458, GENMASK(11, 10)},
/* MAC3 */
{ PIN_CONFIG_POWER_SOURCE, { H24, E26 }, SCU458, BIT_MASK(4)},
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G
2024-10-23 10:44 [PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G Billy Tsai
@ 2024-10-23 23:42 ` Andrew Jeffery
2024-10-28 12:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Jeffery @ 2024-10-23 23:42 UTC (permalink / raw)
To: Billy Tsai, linus.walleij, joel, linux-aspeed, openbmc,
linux-gpio, linux-arm-kernel, linux-kernel
On Wed, 2024-10-23 at 18:44 +0800, Billy Tsai wrote:
> Add drive strength configuration support for GPIO F and G groups.
>
> Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G
2024-10-23 10:44 [PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G Billy Tsai
2024-10-23 23:42 ` Andrew Jeffery
@ 2024-10-28 12:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2024-10-28 12:59 UTC (permalink / raw)
To: Billy Tsai
Cc: andrew, joel, linux-aspeed, openbmc, linux-gpio, linux-arm-kernel,
linux-kernel
On Wed, Oct 23, 2024 at 12:44 PM Billy Tsai <billy_tsai@aspeedtech.com> wrote:
> Add drive strength configuration support for GPIO F and G groups.
>
> Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-28 12:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 10:44 [PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G Billy Tsai
2024-10-23 23:42 ` Andrew Jeffery
2024-10-28 12:59 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).