summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-09-14 11:01:58 -0400
committerTom Rini <trini@konsulko.com>2020-10-08 11:42:36 -0400
commit7224d5ccf8e1d2552e2994c5d55769c334231c08 (patch)
treead453154b68603e1be95d996c15a902360b9fac6 /MAINTAINERS
parent7f0f1806e3a474dc15b6bad806b4afa967447774 (diff)
downloadu-boot-7224d5ccf8e1d2552e2994c5d55769c334231c08.tar.gz
u-boot-7224d5ccf8e1d2552e2994c5d55769c334231c08.tar.xz
u-boot-7224d5ccf8e1d2552e2994c5d55769c334231c08.zip
pinctrl: Add support for Kendryte K210 FPIOA
The Fully-Programmable Input/Output Array (FPIOA) device controls pin multiplexing on the K210. The FPIOA can remap any supported function to any multifunctional IO pin. It can also perform basic GPIO functions, such as reading the current value of a pin. However, GPIO functionality remains largely unimplemented (in favor of the dedicated GPIO peripherals). Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e53294ed4..fb9ba37984 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -935,7 +935,9 @@ RISC-V KENDRYTE
M: Sean Anderson <seanga2@gmail.com>
S: Maintained
F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
+F: doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
F: drivers/clk/kendryte/
+F: drivers/pinctrl/kendryte/
F: include/kendryte/
RNG