]> www.infradead.org Git - users/willy/xarray.git/commitdiff
pinctrl: aspeed-g6: Support drive-strength for GPIOF/G
authorBilly Tsai <billy_tsai@aspeedtech.com>
Wed, 23 Oct 2024 10:44:06 +0000 (18:44 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Oct 2024 12:58:43 +0000 (13:58 +0100)
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>
Link: https://lore.kernel.org/20241023104406.4083460-1-billy_tsai@aspeedtech.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c

index 6ecc656abc44faa934d71b829beb1d1c5e2c917c..5a7cd0a8868764dc5e3dc70f325c25ba29d50a64 100644 (file)
@@ -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)},