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 <ping.bai@xxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Acked-by: Dong Aisheng <Aisheng.dong@xxxxxxx> > --- > 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 <snip> > + 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 -- 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