summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStefan Bosch <stefan_b@posteo.net>2020-07-10 19:07:38 +0200
committerTom Rini <trini@konsulko.com>2020-07-29 08:43:40 -0400
commitb39cacc268a3feb3b21a0b966e1c293ab5c96a40 (patch)
tree3391a1973471fbfafec0cec69de75d935358a0ea /MAINTAINERS
parentd1611086e0058c0b701cd487fc9735ffcc9c6c4c (diff)
downloadu-boot-b39cacc268a3feb3b21a0b966e1c293ab5c96a40.tar.gz
u-boot-b39cacc268a3feb3b21a0b966e1c293ab5c96a40.tar.xz
u-boot-b39cacc268a3feb3b21a0b966e1c293ab5c96a40.zip
arm: add (default) config for nanopi2 board
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01: - Configuration changed, mainly several "CONFIG_..." moved from s5p4418_nanopi2.h to s5p4418_nanopi2_defconfig and USB related configs removed because USB is not supported yet. - s5p4418_nanopi2.h: "CONFIG_" removed from several s5p4418/nanopi2 specific defines because the appropriate values do not need to be configurable. - pinctrl is supported now, therefore "CONFIG_PINCTRL=y" added to s5p4418_nanopi2_defconfig. Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS17
1 files changed, 17 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d4cef2f0f3..eac3832fa2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -280,6 +280,23 @@ F: arch/arm/mach-at91/
F: board/atmel/
F: drivers/misc/microchip_flexcom.c
+ARM NEXELL S5P4418
+M: Stefan Bosch <stefan_b@posteo.net>
+S: Maintained
+F: arch/arm/cpu/armv7/s5p4418/
+F: arch/arm/dts/s5p4418*
+F: arch/arm/mach-nexell/
+F: board/friendlyarm/
+F: configs/s5p4418_nanopi2_defconfig
+F: doc/README.s5p4418
+F: drivers/gpio/nx_gpio.c
+F: drivers/i2c/nx_i2c.c
+F: drivers/mmc/nexell_dw_mmc_dm.c
+F: drivers/pinctrl/nexell/
+F: drivers/video/nexell/
+F: drivers/video/nexell_display.c
+F: include/configs/s5p4418_nanopi2.h
+
ARM OWL
M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
S: Maintained