diff for duplicates of <20180827011328.GA29208@dragon> diff --git a/a/1.txt b/N1/1.txt index b5a2477..7a2f780 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -228,7 +228,7 @@ Please keep them alphabetically sorted. > + pinctrl-0 = <&pinctrl_i2c3>; > + status = "okay"; > + -> + sgtl5000: audio-codec at a { +> + sgtl5000: audio-codec@a { > + compatible = "fsl,sgtl5000"; > + reg = <0x0a>; > + #sound-dai-cells = <0>; @@ -237,17 +237,17 @@ Please keep them alphabetically sorted. > + VDDIO-supply = <®_base3p3>; > + }; > + -> + boardid: gpio at 3a { +> + boardid: gpio@3a { > + compatible = "nxp,pca8574"; > + reg = <0x3a>; > + gpio-controller; > + #gpio-cells = <1>; > + }; > + -> + captouch: touchscreen at 38 { +> + captouch: touchscreen@38 { The I2C device nodes should be arranged in order of device/unit address. -That said, touchscreen at 38 should go before gpio at 3a. +That said, touchscreen@38 should go before gpio@3a. > + compatible = "edt,edt-ft5406"; > + reg = <0x38>; @@ -336,7 +336,7 @@ That said, touchscreen at 38 should go before gpio at 3a. > + stdout-path = &uart1; > + }; > + -> + memory at 10000000 { +> + memory@10000000 { > + reg = <0x10000000 0x40000000>; > + }; > + @@ -406,7 +406,7 @@ That said, touchscreen at 38 should go before gpio at 3a. > + pinctrl-0 = <&pinctrl_rgb24_display>; > + status = "disabled"; > + -> + port at 0 { +> + port@0 { > + reg = <0>; > + > + rgb_encoder_in: endpoint { @@ -414,7 +414,7 @@ That said, touchscreen at 38 should go before gpio at 3a. > + }; > + }; > + -> + port at 1 { +> + port@1 { > + reg = <1>; > + > + rgb_encoder_out: endpoint { @@ -508,7 +508,7 @@ This line needs a proper indentation. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + ksz9031: phy at 0 { +> + ksz9031: phy@0 { > + compatible = "ethernet-phy-ieee802.3-c22"; > + reg = <0>; > + interrupt-parent = <&gpio1>; @@ -535,12 +535,12 @@ This line needs a proper indentation. > + pinctrl-0 = <&pinctrl_i2c1>; > + status = "okay"; > + -> + ds1307: rtc at 68 { +> + ds1307: rtc@68 { > + compatible = "dallas,ds1307"; > + reg = <0x68>; > + }; > + -> + da9063: pmic at 58 { +> + da9063: pmic@58 { Sort I2C devices in address. diff --git a/a/content_digest b/N1/content_digest index 4d24534..098bc9f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\020180822155137.10018-1-jan.tuerk@emtrion.com\0" "ref\020180824132617.43975-1-jan.tuerk@emtrion.com\0" "ref\020180824132617.43975-3-jan.tuerk@emtrion.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH v6 3/4] ARM: dts: Add support for emtrion emCON-MX6 series\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH v6 3/4] ARM: dts: Add support for emtrion emCON-MX6 series\0" "Date\0Mon, 27 Aug 2018 09:13:30 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jan Tuerk <jan.tuerk@emtrion.com>\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + Mark Rutland <mark.rutland@arm.com> + Sascha Hauer <s.hauer@pengutronix.de> + Pengutronix Kernel Team <kernel@pengutronix.de> + Fabio Estevam <fabio.estevam@nxp.com> + NXP Linux Team <linux-imx@nxp.com> + Russell King <linux@armlinux.org.uk> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Aug 24, 2018 at 03:26:13PM +0200, Jan Tuerk wrote:\n" @@ -237,7 +247,7 @@ "> +\tpinctrl-0 = <&pinctrl_i2c3>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tsgtl5000: audio-codec at a {\n" + "> +\tsgtl5000: audio-codec@a {\n" "> +\t\tcompatible = \"fsl,sgtl5000\";\n" "> +\t\treg = <0x0a>;\n" "> +\t\t#sound-dai-cells = <0>;\n" @@ -246,17 +256,17 @@ "> +\t\tVDDIO-supply = <®_base3p3>;\n" "> +\t};\n" "> +\n" - "> +\tboardid: gpio at 3a {\n" + "> +\tboardid: gpio@3a {\n" "> +\t\tcompatible = \"nxp,pca8574\";\n" "> +\t\treg = <0x3a>;\n" "> +\t\tgpio-controller;\n" "> +\t\t#gpio-cells = <1>;\n" "> +\t};\n" "> +\n" - "> +\tcaptouch: touchscreen at 38 {\n" + "> +\tcaptouch: touchscreen@38 {\n" "\n" "The I2C device nodes should be arranged in order of device/unit address.\n" - "That said, touchscreen at 38 should go before gpio at 3a.\n" + "That said, touchscreen@38 should go before gpio@3a.\n" "\n" "> +\t\tcompatible = \"edt,edt-ft5406\";\n" "> +\t\treg = <0x38>;\n" @@ -345,7 +355,7 @@ "> +\t\tstdout-path = &uart1;\n" "> +\t};\n" "> +\n" - "> +\tmemory at 10000000 {\n" + "> +\tmemory@10000000 {\n" "> +\t\treg = <0x10000000 0x40000000>;\n" "> +\t};\n" "> +\n" @@ -415,7 +425,7 @@ "> +\t\tpinctrl-0 = <&pinctrl_rgb24_display>;\n" "> +\t\tstatus = \"disabled\";\n" "> +\n" - "> +\t\tport at 0 {\n" + "> +\t\tport@0 {\n" "> +\t\t\treg = <0>;\n" "> +\n" "> +\t\t\trgb_encoder_in: endpoint {\n" @@ -423,7 +433,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\trgb_encoder_out: endpoint {\n" @@ -517,7 +527,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tksz9031: phy at 0 {\n" + "> +\t\tksz9031: phy@0 {\n" "> +\t\t\tcompatible = \"ethernet-phy-ieee802.3-c22\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tinterrupt-parent = <&gpio1>;\n" @@ -544,12 +554,12 @@ "> +\tpinctrl-0 = <&pinctrl_i2c1>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tds1307: rtc at 68 {\n" + "> +\tds1307: rtc@68 {\n" "> +\t\tcompatible = \"dallas,ds1307\";\n" "> +\t\treg = <0x68>;\n" "> +\t};\n" "> +\n" - "> +\tda9063: pmic at 58 {\n" + "> +\tda9063: pmic@58 {\n" "\n" "Sort I2C devices in address.\n" "\n" @@ -563,4 +573,4 @@ "> +\t\tinterrupts = <8 IRQ_TYPE_LEVEL_LOW>;\n" "> +\t\tinterrupt-controller;" -15db00eb9a9f5ea550ea940a76ccff0c7dc0b4d765e53bc0c0fd8197e4f14aab +773a4d238a0f74e60b81e32afa2503880ef4536a5506b8aff6243b13306cc4aa
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.