On 01/09/2025 07:19, Ravi Patel wrote: > From: SungMin Park <smn1196@xxxxxxxxxx> > > Add initial device tree support for Axis ARTPEC-8 SoC. > > This SoC contains 4 Cortex-A53 CPUs and several other peripheral IPs. > > Signed-off-by: SungMin Park <smn1196@xxxxxxxxxx> > Signed-off-by: SeonGu Kang <ksk4725@xxxxxxxxxx> > Signed-off-by: Ravi Patel <ravi.patel@xxxxxxxxxxx> > --- > MAINTAINERS | 12 + > arch/arm64/Kconfig.platforms | 7 + > arch/arm64/boot/dts/exynos/Makefile | 1 + > .../boot/dts/exynos/axis/artpec-pinctrl.h | 36 +++ > .../boot/dts/exynos/axis/artpec8-pinctrl.dtsi | 120 +++++++++ > arch/arm64/boot/dts/exynos/axis/artpec8.dtsi | 244 ++++++++++++++++++ > 6 files changed, 420 insertions(+) > create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h > create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8-pinctrl.dtsi > create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8.dtsi > > diff --git a/MAINTAINERS b/MAINTAINERS > index fe168477caa4..4d0c1f10ffd4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4102,6 +4102,18 @@ S: Maintained > F: Documentation/devicetree/bindings/sound/axentia,* > F: sound/soc/atmel/tse850-pcm5142.c > > +AXIS ARTPEC ARM64 SoC SUPPORT > +M: Jesper Nilsson <jesper.nilsson@xxxxxxxx> > +M: Lars Persson <lars.persson@xxxxxxxx> > +L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) > +L: linux-samsung-soc@xxxxxxxxxxxxxxx > +L: linux-arm-kernel@xxxxxxxx > +S: Maintained > +F: Documentation/devicetree/bindings/clock/axis,artpec*-clock.yaml > +F: arch/arm64/boot/dts/exynos/axis/ > +F: drivers/clk/samsung/clk-artpec*.c > +F: include/dt-bindings/clock/axis,artpec*-clk.h Some official ack would be nice for this, but I also remember we earlier emails, so I will take it as is. Best regards, Krzysztof