reset: Add IPQ40xx reset controller driver
authorRobert Marko <robert.marko@sartura.hr>
Thu, 10 Sep 2020 14:00:02 +0000 (16:00 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 18 Sep 2020 20:20:47 +0000 (16:20 -0400)
commit8ef7df5df39edbeb1367409cc340646810d2369b
tree4772938d6e8b1229ad021c66a6bfbc19626b294c
parent6ef099b29e153f664b1de829020b4410b9ec709d
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>
MAINTAINERS
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-ipq4019.c [new file with mode: 0644]
include/dt-bindings/reset/qcom,ipq4019-reset.h [new file with mode: 0644]