]> git.hungrycats.org Git - linux/commit
pinctrl: aspeed: Add AST2700 SoC0 support
authorBilly Tsai <billy_tsai@aspeedtech.com>
Wed, 6 May 2026 08:06:20 +0000 (16:06 +0800)
committerLinus Walleij <linusw@kernel.org>
Mon, 11 May 2026 20:03:24 +0000 (22:03 +0200)
commit7f73aa118a6fd9d3a8a2030e1f6aa0dd5dc8cae1
tree93cea37d3de7459f9feb120494984f35e8b8601f
parent86dc1b92cdb343f8de51edf489bcdd8cb5517cf8
pinctrl: aspeed: Add AST2700 SoC0 support

Add pinctrl support for the SoC0 instance of the ASPEED AST2700.

AST2700 consists of two interconnected SoC instances, each with its own
pinctrl register block.

The SoC0 pinctrl hardware closely follows the design found in previous
ASPEED BMC generations, allowing the driver to build upon the common
ASPEED pinctrl infrastructure.

Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/aspeed/Kconfig
drivers/pinctrl/aspeed/Makefile
drivers/pinctrl/aspeed/pinctrl-aspeed-g7-soc0.c [new file with mode: 0644]