]> Gentwo Git Trees - linux/.git/commit
pinctrl: bcm: Add STB family pin controller driver
authorIvan T. Ivanov <iivanov@suse.de>
Thu, 28 Aug 2025 12:47:39 +0000 (14:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 8 Sep 2025 12:23:42 +0000 (14:23 +0200)
commit657cbf9b24ba9bd35acd86160f115bfd93038229
tree8139e6bf0c48ba44ce926d78a82525f214b36735
parent07333899650a5d4c785d3257ee4cd278006b1070
pinctrl: bcm: Add STB family pin controller driver

This driver provide pin muxing and configuration functionality
for BCM2712 SoC used by RPi5. According to [1] this chip is an
instance of the one used in Broadcom STB  product line.

[1] https://lore.kernel.org/lkml/f6601f73-cb22-4ba3-88c5-241be8421fc3@broadcom.com/

Cc: Jonathan Bell <jonathan@raspberrypi.com>
Cc: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Ivan T. Ivanov <iivanov@suse.de>
Reviewed-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
[linusw: Enable also for ARCH_BCM2835]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/Kconfig
drivers/pinctrl/bcm/Kconfig.stb [new file with mode: 0644]
drivers/pinctrl/bcm/Makefile
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c [new file with mode: 0644]
drivers/pinctrl/bcm/pinctrl-brcmstb.c [new file with mode: 0644]
drivers/pinctrl/bcm/pinctrl-brcmstb.h [new file with mode: 0644]