Re: [PATCH 1/7] ARM: dts: nuvoton: Add Quanta GIS BMC Device Tree

From: Arnd Bergmann
Date: Fri Mar 17 2023 - 11:13:27 EST


On Fri, Mar 3, 2023, at 07:34, David Wang wrote:
> Add the device tree for the Quanta GIS BMC and it's
> based on NPCM730 SoC
>
> Signed-off-by: David Wang <davidwang@xxxxxxxxxxxx>
> ---
> arch/arm/boot/dts/Makefile | 1 +
> .../boot/dts/nuvoton-npcm730-gis-pincfg.dtsi | 732 +++++++++++
> arch/arm/boot/dts/nuvoton-npcm730-gis.dts | 1076 +++++++++++++++++
> 3 files changed, 1809 insertions(+)
> create mode 100644 arch/arm/boot/dts/nuvoton-npcm730-gis-pincfg.dtsi
> create mode 100644 arch/arm/boot/dts/nuvoton-npcm730-gis.dts

Hi David,

I have not looked at the patch series in detail and assume it's
largely ok, but I should clarify a few issues about the submission:

You have sent this 'To:' the SoC and DT maintainers, but we are not
the ones that would pick up the patches. On a future submission,
please address the npcm maintainers in the 'To' field to clarify
that they are the ones to review and accept the patches. Please
leave out the soc@xxxxxxxxxx address entirely from future submissions,
as we only use that when the platform maintainers send the pull
request for integration into the soc tree, not for getting things
into the platform specific trees.

There are a few automated replies from the build bot, you should
address those and resend the series.

Arnd