summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2020-09-10 16:00:02 +0200
committerTom Rini <trini@konsulko.com>2020-09-18 16:20:47 -0400
commit8ef7df5df39edbeb1367409cc340646810d2369b (patch)
tree4772938d6e8b1229ad021c66a6bfbc19626b294c /MAINTAINERS
parent6ef099b29e153f664b1de829020b4410b9ec709d (diff)
downloadu-boot-8ef7df5df39edbeb1367409cc340646810d2369b.tar.gz
u-boot-8ef7df5df39edbeb1367409cc340646810d2369b.tar.xz
u-boot-8ef7df5df39edbeb1367409cc340646810d2369b.zip
reset: Add IPQ40xx reset controller driver
On Qualcomm IPQ40xx SoC series, GCC clock IP also handles the resets. So since this will be needed by further drivers, lets add a driver for the reset controller. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 80e6e54e25..fcad3e45f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -238,6 +238,8 @@ M: Luka Perkov <luka.perkov@sartura.hr>
S: Maintained
F: arch/arm/mach-ipq40xx/
F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
+F: include/dt-bindings/reset/qcom,ipq4019-reset.h
+F: drivers/reset/reset-ipq4019.c
ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
M: Stefan Roese <sr@denx.de>