diff options
author | Mark Kettenis | 2021-11-02 18:21:57 +0100 |
---|---|---|
committer | Tom Rini | 2021-11-17 17:04:58 -0500 |
commit | b814e0007e060b5cce314edcf5c0507a67cafd73 (patch) | |
tree | 4d5c116537f6fdcd9ac146a5d19c0fd651942860 /MAINTAINERS | |
parent | 46220bf0174da71f49939633b3ebf00b8ed45b47 (diff) |
pinctrl: Add Apple pinctrl driver
This driver supports both pin muxing and GPIO support for the
pin control logic found on Apple SoCs.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ae0262edfad..cc6b4c7a60a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -115,6 +115,7 @@ F: arch/arm/include/asm/arch-m1/ F: arch/arm/mach-apple/ F: configs/apple_m1_defconfig F: drivers/iommu/apple_dart.c +F: drivers/pinctrl/pinctrl-apple.c F: include/configs/apple.h ARM |