From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v7 2/2] ARM: dts: imx: Add basic dts support for imx6sll EVK board Date: Mon, 11 Jun 2018 16:24:13 +0800 Message-ID: <20180611082411.GH16091@dragon> References: <1527234127-11991-1-git-send-email-ping.bai@nxp.com> <1527234127-11991-2-git-send-email-ping.bai@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1527234127-11991-2-git-send-email-ping.bai@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Bai Ping Cc: aisheng.dong@nxp.com, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, jacky.baip@gmail.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, May 25, 2018 at 03:42:07PM +0800, Bai Ping wrote: > Add dts file support for imx6sll EVK board. > > Signed-off-by: Bai Ping > Reviewed-by: Rob Herring > Acked-by: Dong Aisheng > --- > change v3->v4 > - update the license indentifier > - remove leading zero of node > - remove unused pin from hog group > change v4->v5 > - use generic name for device node > - remove unnecessary hog pin group > change v5->v6 > - no > change v6->v7 > - move the iomuxc node to the end of dts file > --- > Documentation/devicetree/bindings/arm/fsl.txt | 4 + > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/imx6sll-evk.dts | 317 ++++++++++++++++++++++++++ > 3 files changed, 323 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6sll-evk.dts > + pinctrl_i2c1: i2c1grp { > + fsl,pins = < > + MX6SLL_PAD_I2C1_SCL__I2C1_SCL 0x4001b8b1 > + MX6SLL_PAD_I2C1_SDA__I2C1_SDA 0x4001b8b1 > + >; > + }; > +}; > + > + The new blank line at EOF should be dropped. I fixed it up and applied both patches. Shawn