Hi Potin, On Fri, 2024-08-02 at 17:07 +0800, Potin Lai wrote: > Add linux device tree entry for Meta(Facebook) Catalina compute-tray > BMC using AT2600 SoC. > > Signed-off-by: Potin Lai <potin.lai@xxxxxxxxxxxx> Running this past checkpatch gave me the following: WARNING: From:/Signed-off-by: email address mismatch: 'From: Potin Lai <potin.lai.pt@xxxxxxxxx>' != 'Signed-off-by: Potin Lai <potin.lai@xxxxxxxxxxxx>' If you can't send from potin.lai@xxxxxxxxxxxx then perhaps you could work around this by adding a `From: ...` line as the first line of your commit message body as documented here: https://docs.kernel.org/process/maintainer-tip.html#ordering-of-commit-tags Alternatively, change your S-o-B tag to potin.lai.pt@xxxxxxxxx ... > diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts > new file mode 100644 > index 000000000000..70cec690f541 > --- /dev/null > +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts > @@ -0,0 +1,965 @@ > ... > +&gpio0 { > + pinctrl-names = "default"; Not sure why you need this, but I think it also causes the following warning: arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dtb: gpio@1e780000: 'pinctrl-0' is a dependency of 'pinctrl-names' Might be best to drop it. Andrew