Hi Andrew, Will provide the v2 for all the fixes. Thank you for the comments. On Sun, Feb 4, 2018 at 11:22 AM, Andrew Lunn <andrew@xxxxxxx> wrote: > On Mon, Feb 05, 2018 at 02:45:14AM +0800, Ken Lin wrote: >> Add support for Advantech DMS-BA16 board, which use >> the Advantech BA-16 module. >> >> Signed-off-by: Ken Lin <yungching0725@xxxxxxxxx> >> --- >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/imx6q-dms-ba16.dts | 154 +++++++++++++++++++++++++++++++++++ >> 2 files changed, 155 insertions(+) >> create mode 100644 arch/arm/boot/dts/imx6q-dms-ba16.dts >> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index ade7a38543dc..d97511273f30 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -428,6 +428,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ >> imx6q-b450v3.dtb \ >> imx6q-b650v3.dtb \ >> imx6q-b850v3.dtb \ >> + imx6q-dms-ba16.dtb \ >> imx6q-cm-fx6.dtb \ >> imx6q-cubox-i.dtb \ >> imx6q-cubox-i-emmc-som-v15.dtb \ > > Hi Ken > > I think the intention is to keep this list sorted. So dms puts it > later, after cubox. > Thanks. will fix the order issue in the v2. >> @@ -0,0 +1,154 @@ >> +/* >> + * Copyright 2018 Advantech Corporation >> + * >> + * The code contained herein is licensed under the GNU General Public >> + * License. You may obtain a copy of the GNU General Public License >> + * Version 2 or later at the following locations: >> + * >> + * http://www.opensource.org/licenses/gpl-license.html >> + * http://www.gnu.org/copyleft/gpl.html >> + */ >> + >> +/dts-v1/; >> + >> +#include <dt-bindings/gpio/gpio.h> >> +#include "imx6q-ba16.dtsi" >> + >> +/ { >> + model = "Advantech DMS-BA16"; >> + compatible = "fsl,imx6q-dms-ba16", "fsl,imx6q"; > > This looks wrong. I would expect "advantech,imx6q-dms-ba16". > > Andrew Thanks. will fix the board comptability issue in the v2. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html