diff for duplicates of <20180205141227.GA31354@dragon> diff --git a/a/1.txt b/N1/1.txt index ff5da81..ea4431a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ 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@gmail.com> +> Signed-off-by: Ken Lin <yungching0725-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6q-dms-ba16.dts | 154 +++++++++++++++++++++++++++++++++++ @@ -51,7 +51,7 @@ Please use SPDX tag. > + compatible = "fsl,imx6q-dms-ba16", "fsl,imx6q"; > + > + clocks { -> + mclk: clock at 0 { +> + mclk: clock@0 { Please give it an unique name like clock-xxx and put it directly under root, and drop unit-address and 'reg' property. @@ -136,7 +136,7 @@ Use polarity defines in dt-bindings/gpio/gpio.h. > + pinctrl-0 = <&pinctrl_ecspi5>; > + status = "okay"; > + -> + m25_eeprom: m25p80 at 0 { +> + m25_eeprom: m25p80@0 { > + compatible = "atmel,at25"; > + spi-max-frequency = <20000000>; > + size = <0x8000>; @@ -152,7 +152,7 @@ Use polarity defines in dt-bindings/gpio/gpio.h. > + pinctrl-0 = <&pinctrl_i2c1>; > + status = "okay"; > + -> + sgtl5000: codec at 0a { +> + sgtl5000: codec@0a { Drop the leading zeros in unit-address. @@ -213,3 +213,7 @@ Shawn > + > -- > 2.11.0 +-- +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 diff --git a/a/content_digest b/N1/content_digest index 2f24f1d..4d19782 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,23 @@ "ref\020180204184514.2396-1-yungching0725@gmail.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: imx: Add support for Advantech DMS-BA16\0" + "ref\020180204184514.2396-1-yungching0725-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH] ARM: dts: imx: Add support for Advantech DMS-BA16\0" "Date\0Mon, 5 Feb 2018 22:12:28 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Ken Lin <yungching0725-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org" + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Mon, Feb 05, 2018 at 02:45:14AM +0800, Ken Lin wrote:\n" "> Add support for Advantech DMS-BA16 board, which use\n" "> the Advantech BA-16 module.\n" "> \n" - "> Signed-off-by: Ken Lin <yungching0725@gmail.com>\n" + "> Signed-off-by: Ken Lin <yungching0725-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 1 +\n" "> arch/arm/boot/dts/imx6q-dms-ba16.dts | 154 +++++++++++++++++++++++++++++++++++\n" @@ -58,7 +66,7 @@ "> +\tcompatible = \"fsl,imx6q-dms-ba16\", \"fsl,imx6q\";\n" "> +\n" "> +\tclocks {\n" - "> +\t\tmclk: clock at 0 {\n" + "> +\t\tmclk: clock@0 {\n" "\n" "Please give it an unique name like clock-xxx and put it directly under\n" "root, and drop unit-address and 'reg' property.\n" @@ -143,7 +151,7 @@ "> +\tpinctrl-0 = <&pinctrl_ecspi5>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tm25_eeprom: m25p80 at 0 {\n" + "> +\tm25_eeprom: m25p80@0 {\n" "> +\t\tcompatible = \"atmel,at25\";\n" "> +\t\tspi-max-frequency = <20000000>;\n" "> +\t\tsize = <0x8000>;\n" @@ -159,7 +167,7 @@ "> +\tpinctrl-0 = <&pinctrl_i2c1>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tsgtl5000: codec at 0a {\n" + "> +\tsgtl5000: codec@0a {\n" "\n" "Drop the leading zeros in unit-address.\n" "\n" @@ -219,6 +227,10 @@ "\n" "> +\n" "> -- \n" - > 2.11.0 + "> 2.11.0\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -8febe14826d9c7d3a20d0b3ca3e1d4bce6f153ad1f3ebe598f86a05d52cfdf8b +ed6acc538c9188896e7a1ceb61ead35e5a47d698dc6b707a0ffcb9447c5a057b
diff --git a/a/1.txt b/N2/1.txt index ff5da81..4ba0b18 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -51,7 +51,7 @@ Please use SPDX tag. > + compatible = "fsl,imx6q-dms-ba16", "fsl,imx6q"; > + > + clocks { -> + mclk: clock at 0 { +> + mclk: clock@0 { Please give it an unique name like clock-xxx and put it directly under root, and drop unit-address and 'reg' property. @@ -136,7 +136,7 @@ Use polarity defines in dt-bindings/gpio/gpio.h. > + pinctrl-0 = <&pinctrl_ecspi5>; > + status = "okay"; > + -> + m25_eeprom: m25p80 at 0 { +> + m25_eeprom: m25p80@0 { > + compatible = "atmel,at25"; > + spi-max-frequency = <20000000>; > + size = <0x8000>; @@ -152,7 +152,7 @@ Use polarity defines in dt-bindings/gpio/gpio.h. > + pinctrl-0 = <&pinctrl_i2c1>; > + status = "okay"; > + -> + sgtl5000: codec at 0a { +> + sgtl5000: codec@0a { Drop the leading zeros in unit-address. diff --git a/a/content_digest b/N2/content_digest index 2f24f1d..c1b0417 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,15 @@ "ref\020180204184514.2396-1-yungching0725@gmail.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: imx: Add support for Advantech DMS-BA16\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH] ARM: dts: imx: Add support for Advantech DMS-BA16\0" "Date\0Mon, 5 Feb 2018 22:12:28 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Ken Lin <yungching0725@gmail.com>\0" + "Cc\0kernel@pengutronix.de" + robh+dt@kernel.org + mark.rutland@arm.com + linux@armlinux.org.uk + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Mon, Feb 05, 2018 at 02:45:14AM +0800, Ken Lin wrote:\n" @@ -58,7 +65,7 @@ "> +\tcompatible = \"fsl,imx6q-dms-ba16\", \"fsl,imx6q\";\n" "> +\n" "> +\tclocks {\n" - "> +\t\tmclk: clock at 0 {\n" + "> +\t\tmclk: clock@0 {\n" "\n" "Please give it an unique name like clock-xxx and put it directly under\n" "root, and drop unit-address and 'reg' property.\n" @@ -143,7 +150,7 @@ "> +\tpinctrl-0 = <&pinctrl_ecspi5>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tm25_eeprom: m25p80 at 0 {\n" + "> +\tm25_eeprom: m25p80@0 {\n" "> +\t\tcompatible = \"atmel,at25\";\n" "> +\t\tspi-max-frequency = <20000000>;\n" "> +\t\tsize = <0x8000>;\n" @@ -159,7 +166,7 @@ "> +\tpinctrl-0 = <&pinctrl_i2c1>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tsgtl5000: codec at 0a {\n" + "> +\tsgtl5000: codec@0a {\n" "\n" "Drop the leading zeros in unit-address.\n" "\n" @@ -221,4 +228,4 @@ "> -- \n" > 2.11.0 -8febe14826d9c7d3a20d0b3ca3e1d4bce6f153ad1f3ebe598f86a05d52cfdf8b +91581ff27472eb5d98834450de6b5627d9aff644534e68f2cf5fe7cb4b58475b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.