From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yung-Ching LIN Subject: Re: [v2] ARM: dts: imx: Add support for Advantech DMS-BA16 Date: Mon, 5 Feb 2018 18:25:36 -0800 Message-ID: References: <20180206000501.14641-1-yungching0725@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Fabio Estevam Cc: Shawn Guo , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Russell King - ARM Linux , linux-kernel , Rob Herring , Sascha Hauer , Fabio Estevam , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org Hi Fabio, Thank you for your comments. Will provide the v3 for the fixes On Mon, Feb 5, 2018 at 4:13 PM, Fabio Estevam wrote: > Hi Ken, > > On Mon, Feb 5, 2018 at 10:05 PM, Ken Lin wrote: > >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index ade7a38543dc..585c3da4a47a 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -435,6 +435,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ >> imx6q-dfi-fs700-m60.dtb \ >> imx6q-display5-tianma-tm070-1280x768.dtb \ >> imx6q-dmo-edmqmx6.dtb \ >> + imx6q-dms-ba16.dtb \ >> imx6q-evi.dtb \ >> imx6q-gk802.dtb \ >> imx6q-gw51xx.dtb \ >> diff --git a/arch/arm/boot/dts/imx6q-dms-ba16.dts b/arch/arm/boot/dts/imx6q-dms-ba16.dts >> new file mode 100644 >> index 000000000000..055b88a6096d >> --- /dev/null >> +++ b/arch/arm/boot/dts/imx6q-dms-ba16.dts >> @@ -0,0 +1,146 @@ >> +/* >> + * Copyright 2018 Advantech Corporation >> + * >> + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) > > You should put the SPDX line as the first line and it should start with //: > > // SPDX-License-Identifier: (GPL-2.0+ OR MIT) > >> + */ >> + >> + > > No need for two blank lines. One is enough. > >> +/dts-v1/; >> + > ... > >> +&ecspi5 { >> + num-cs = <1>; > > You can remove this property. > > >> + cs-gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>; >> + pinctrl-names = "default"; >> + pinctrl-0 = <&pinctrl_ecspi5>; >> + status = "okay"; >> + >> + m25_eeprom: m25p80@0 { >> + compatible = "atmel,at25"; > > According to Documentation/devicetree/bindings/eeprom/at25.txt this > should have the following format: > > compatible : Should be ",", and generic value "atmel,at25". -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html