diff for duplicates of <20180611051357.GA16091@dragon> diff --git a/a/1.txt b/N1/1.txt index 8eba8da..d2f9f87 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,7 +43,7 @@ On Sat, May 19, 2018 at 02:15:06PM +0200, Lukasz Majewski wrote: > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright 2018 -> + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de +> + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de > + */ > + > +/dts-v1/; @@ -75,7 +75,7 @@ display for node node. > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_disp>; > + -> + port at 0 { +> + port@0 { > + reg = <0>; > + > + display1_in: endpoint { @@ -83,7 +83,7 @@ display for node node. > + }; > + }; > + -> + port at 1 { +> + port@1 { > + reg = <1>; > + > + lcd_display_out: endpoint { @@ -117,26 +117,26 @@ Undefined compatible? > +}; > + > +&i2c3 { -> + adc at 48 { +> + adc@48 { > + compatible = "ti,ads1015"; > + reg = <0x48>; > + #address-cells = <1>; > + #size-cells = <0>; > + -> + channel at 4 { +> + channel@4 { > + reg = <4>; > + ti,gain = <2>; > + ti,datarate = <4>; > + }; > + -> + channel at 6 { +> + channel@6 { > + reg = <6>; > + ti,gain = <2>; > + ti,datarate = <4>; > + }; > + }; > + -> + gpio_expander2 at 21 { +> + gpio_expander2@21 { Use hyphen instead of underscore in node name. @@ -207,7 +207,7 @@ Sort the labeled nodes alphabetically in label name. > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright 2018 -> + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de +> + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de > + */ > + > +/dts-v1/; @@ -230,7 +230,7 @@ Have a newline between property list and child node. > +}; > + > +&i2c3 { -> + switch: switch at a { +> + switch: switch@a { > + compatible = "smsc,lan9303-i2c"; > + reg = <0xa>; > + reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>; @@ -240,18 +240,18 @@ Have a newline between property list and child node. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + port at 0 { /* RMII fixed link to master */ +> + port@0 { /* RMII fixed link to master */ > + reg = <0>; > + label = "cpu"; > + ethernet = <&fec>; > + }; > + -> + port at 1 { /* external port 1 */ +> + port@1 { /* external port 1 */ > + reg = <1>; > + label = "lan1"; > + }; > + -> + port at 2 { /* external port 2 */ +> + port@2 { /* external port 2 */ > + reg = <2>; > + label = "lan2"; > + }; @@ -267,7 +267,7 @@ Have a newline between property list and child node. > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright 2018 -> + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de +> + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de > + */ > + > +/dts-v1/; @@ -368,7 +368,7 @@ Ditto > +&i2c3 { > + status = "okay"; > + -> + gpio_expander1 at 22 { +> + gpio_expander1@22 { Ditto @@ -381,7 +381,7 @@ Shawn > + gpio-controller; > + }; > + -> + rtc at 51 { +> + rtc@51 { > + compatible = "nxp,pcf8563"; > + reg = <0x51>; > + }; diff --git a/a/content_digest b/N1/content_digest index 93fb017..a94e9de 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,17 @@ "ref\020180509153428.1440-1-lukma@denx.de\0" "ref\020180519121506.32344-1-lukma@denx.de\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH v2] ARM: DTS: imx53: Add support for imx53 HSC/DDC boards from K+P\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH v2] ARM: DTS: imx53: Add support for imx53 HSC/DDC boards from K+P\0" "Date\0Mon, 11 Jun 2018 13:13:58 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Lukasz Majewski <lukma@denx.de>\0" + "Cc\0Fabio Estevam <fabio.estevam@nxp.com>" + linux-kernel@vger.kernel.org + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Russell King <linux@armlinux.org.uk> + Sascha Hauer <kernel@pengutronix.de> + devicetree@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sat, May 19, 2018 at 02:15:06PM +0200, Lukasz Majewski wrote:\n" @@ -51,7 +59,7 @@ "> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)\n" "> +/*\n" "> + * Copyright 2018\n" - "> + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de\n" + "> + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de\n" "> + */\n" "> +\n" "> +/dts-v1/;\n" @@ -83,7 +91,7 @@ "> +\t\tpinctrl-names = \"default\";\n" "> +\t\tpinctrl-0 = <&pinctrl_disp>;\n" "> +\n" - "> +\t\tport at 0 {\n" + "> +\t\tport@0 {\n" "> +\t\t\treg = <0>;\n" "> +\n" "> +\t\t\tdisplay1_in: endpoint {\n" @@ -91,7 +99,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tport at 1 {\n" + "> +\t\tport@1 {\n" "> +\t\t\treg = <1>;\n" "> +\n" "> +\t\t\tlcd_display_out: endpoint {\n" @@ -125,26 +133,26 @@ "> +};\n" "> +\n" "> +&i2c3 {\n" - "> +\tadc at 48 {\n" + "> +\tadc@48 {\n" "> +\t\tcompatible = \"ti,ads1015\";\n" "> +\t\treg = <0x48>;\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tchannel at 4 {\n" + "> +\t\tchannel@4 {\n" "> +\t\t\treg = <4>;\n" "> +\t\t\tti,gain = <2>;\n" "> +\t\t\tti,datarate = <4>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tchannel at 6 {\n" + "> +\t\tchannel@6 {\n" "> +\t\t\treg = <6>;\n" "> +\t\t\tti,gain = <2>;\n" "> +\t\t\tti,datarate = <4>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tgpio_expander2 at 21 {\n" + "> +\tgpio_expander2@21 {\n" "\n" "Use hyphen instead of underscore in node name.\n" "\n" @@ -215,7 +223,7 @@ "> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)\n" "> +/*\n" "> + * Copyright 2018\n" - "> + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de\n" + "> + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de\n" "> + */\n" "> +\n" "> +/dts-v1/;\n" @@ -238,7 +246,7 @@ "> +};\n" "> +\n" "> +&i2c3 {\n" - "> +\tswitch: switch at a {\n" + "> +\tswitch: switch@a {\n" "> +\t\tcompatible = \"smsc,lan9303-i2c\";\n" "> +\t\treg = <0xa>;\n" "> +\t\treset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;\n" @@ -248,18 +256,18 @@ "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\t\tport at 0 { /* RMII fixed link to master */\n" + "> +\t\t\tport@0 { /* RMII fixed link to master */\n" "> +\t\t\t\treg = <0>;\n" "> +\t\t\t\tlabel = \"cpu\";\n" "> +\t\t\t\tethernet = <&fec>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tport at 1 { /* external port 1 */\n" + "> +\t\t\tport@1 { /* external port 1 */\n" "> +\t\t\t\treg = <1>;\n" "> +\t\t\t\tlabel = \"lan1\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tport at 2 { /* external port 2 */\n" + "> +\t\t\tport@2 { /* external port 2 */\n" "> +\t\t\t\treg = <2>;\n" "> +\t\t\t\tlabel = \"lan2\";\n" "> +\t\t\t};\n" @@ -275,7 +283,7 @@ "> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)\n" "> +/*\n" "> + * Copyright 2018\n" - "> + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de\n" + "> + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de\n" "> + */\n" "> +\n" "> +/dts-v1/;\n" @@ -376,7 +384,7 @@ "> +&i2c3 {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tgpio_expander1 at 22 {\n" + "> +\tgpio_expander1@22 {\n" "\n" "Ditto\n" "\n" @@ -389,7 +397,7 @@ "> +\t\tgpio-controller;\n" "> +\t};\n" "> +\n" - "> +\trtc at 51 {\n" + "> +\trtc@51 {\n" "> +\t\tcompatible = \"nxp,pcf8563\";\n" "> +\t\treg = <0x51>;\n" "> +\t};\n" @@ -492,4 +500,4 @@ "> 2.11.0\n" > -9170e43ba9c098188847967ec07611beaea0d38e633d561c857cc9af40811e6a +82464c24b9922082e6198009b19642e92b4b7576aa575d66f8a8ce30b5a425eb
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.