Add the new PXA1908 power domain driver under the PXA1908 entry. Also add the clock schema (unintentionally omitted previously) and a link to the PXA1908 mainlining chatroom.
Signed-off-by: Duje Mihanović <[email protected]> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fda151dbf229e48d791e082b1f6be2e43fdb8d1c..905f3027d00e0cd5edf59fdc7dcf6aa69ec608d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2869,9 +2869,14 @@ ARM/Marvell PXA1908 SOC support M: Duje Mihanović <[email protected]> L: [email protected] (moderated for non-subscribers) S: Maintained +C: irc://irc.oftc.net/pxa1908-mainline +F: Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml +F: Documentation/devicetree/bindings/power/marvell,pxa1908-power-controller.yaml F: arch/arm64/boot/dts/marvell/mmp/ F: drivers/clk/mmp/clk-pxa1908*.c +F: drivers/pmdomain/marvell/ F: include/dt-bindings/clock/marvell,pxa1908.h +F: include/dt-bindings/power/marvell,pxa1908-power.h ARM/Mediatek RTC DRIVER M: Eddie Huang <[email protected]> -- 2.50.1

