diff for duplicates of <20210624212853.GA2013136@robh.at.kernel.org> diff --git a/a/1.txt b/N1/1.txt index afd58cb..ce40fcf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -110,14 +110,14 @@ Drop maxItems. 2 is implied by items length. > + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> > + #include <dt-bindings/clock/ast2600-clock.h> > + -> + i2c_gr: i2c-global-regs at 0 { +> + i2c_gr: i2c-global-regs@0 { > + compatible = "aspeed,ast2600-i2c-global", "syscon"; > + reg = <0x0 0x20>; > + clocks = <&syscon ASPEED_CLK_APB2>; > + resets = <&syscon ASPEED_RESET_I2C>; > + }; > + -> + i2c0: i2c-bus at 80 { +> + i2c0: i2c-bus@80 { > + compatible = "aspeed,ast2600-i2c-bus"; > + #address-cells = <1>; > + #size-cells = <0>; diff --git a/a/content_digest b/N1/content_digest index c1bbe19..05c1f93 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,34 @@ "ref\020210617094424.27123-1-jamin_lin@aspeedtech.com\0" "ref\020210617094424.27123-3-jamin_lin@aspeedtech.com\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C\0" + "Subject\0Re: [PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C\0" "Date\0Thu, 24 Jun 2021 15:28:53 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Jamin Lin <jamin_lin@aspeedtech.com>\0" + "Cc\0Joel Stanley <joel@jms.id.au>" + Andrew Jeffery <andrew@aj.id.au> + Philipp Zabel <p.zabel@pengutronix.de> + Wolfram Sang <wsa+renesas@sang-engineering.com> + Arnd Bergmann <arnd@arndb.de> + Jean Delvare <jdelvare@suse.de> + Jarkko Nikula <jarkko.nikula@linux.intel.com> + Geert Uytterhoeven <geert+renesas@glider.be> + Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> + Khalil Blaiech <kblaiech@mellanox.com> + Yicong Yang <yangyicong@hisilicon.com> + " Bence Cs\303\263k\303\241s <bence98@sch.bme.hu>" + Mike Rapoport <rppt@kernel.org> + " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>" + Linus Walleij <linus.walleij@linaro.org> + Andy Shevchenko <andriy.shevchenko@linux.intel.com> + Ryan Chen <ryan_chen@aspeedtech.com> + open list:I2C SUBSYSTEM HOST DRIVERS <linux-i2c@vger.kernel.org> + open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-aspeed@lists.ozlabs.org> + open list <linux-kernel@vger.kernel.org> + chiawei_wang@aspeedtech.com + troy_lee@aspeedtech.com + " steven_lee@aspeedtech.com\0" "\00:1\0" "b\0" "On Thu, Jun 17, 2021 at 05:43:39PM +0800, Jamin Lin wrote:\n" @@ -118,14 +143,14 @@ "> + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "> + #include <dt-bindings/clock/ast2600-clock.h>\n" "> +\n" - "> + i2c_gr: i2c-global-regs at 0 {\n" + "> + i2c_gr: i2c-global-regs@0 {\n" "> + compatible = \"aspeed,ast2600-i2c-global\", \"syscon\";\n" "> + reg = <0x0 0x20>;\n" "> + clocks = <&syscon ASPEED_CLK_APB2>;\n" "> + resets = <&syscon ASPEED_RESET_I2C>;\n" "> + };\n" "> +\n" - "> + i2c0: i2c-bus at 80 {\n" + "> + i2c0: i2c-bus@80 {\n" "> + compatible = \"aspeed,ast2600-i2c-bus\";\n" "> + #address-cells = <1>;\n" "> + #size-cells = <0>;\n" @@ -141,4 +166,4 @@ "> \n" > -49f145143b4eb8ab54c994ae84740af5a5cbf79a29d08bc9aadb8f697ab08a8f +313f6a4d21742ebcf2fb6e08b7cceb2da750b192aa150a44b3a5a0106baa3b2c
diff --git a/a/1.txt b/N2/1.txt index afd58cb..f8d80ed 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -110,14 +110,14 @@ Drop maxItems. 2 is implied by items length. > + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> > + #include <dt-bindings/clock/ast2600-clock.h> > + -> + i2c_gr: i2c-global-regs at 0 { +> + i2c_gr: i2c-global-regs@0 { > + compatible = "aspeed,ast2600-i2c-global", "syscon"; > + reg = <0x0 0x20>; > + clocks = <&syscon ASPEED_CLK_APB2>; > + resets = <&syscon ASPEED_RESET_I2C>; > + }; > + -> + i2c0: i2c-bus at 80 { +> + i2c0: i2c-bus@80 { > + compatible = "aspeed,ast2600-i2c-bus"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -131,4 +131,9 @@ Drop maxItems. 2 is implied by items length. > -- > 2.17.1 > -> +> + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index c1bbe19..c71276e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,34 @@ "ref\020210617094424.27123-1-jamin_lin@aspeedtech.com\0" "ref\020210617094424.27123-3-jamin_lin@aspeedtech.com\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C\0" + "Subject\0Re: [PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C\0" "Date\0Thu, 24 Jun 2021 15:28:53 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Jamin Lin <jamin_lin@aspeedtech.com>\0" + "Cc\0Joel Stanley <joel@jms.id.au>" + Andrew Jeffery <andrew@aj.id.au> + Philipp Zabel <p.zabel@pengutronix.de> + Wolfram Sang <wsa+renesas@sang-engineering.com> + Arnd Bergmann <arnd@arndb.de> + Jean Delvare <jdelvare@suse.de> + Jarkko Nikula <jarkko.nikula@linux.intel.com> + Geert Uytterhoeven <geert+renesas@glider.be> + Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> + Khalil Blaiech <kblaiech@mellanox.com> + Yicong Yang <yangyicong@hisilicon.com> + " Bence Cs\303\263k\303\241s <bence98@sch.bme.hu>" + Mike Rapoport <rppt@kernel.org> + " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>" + Linus Walleij <linus.walleij@linaro.org> + Andy Shevchenko <andriy.shevchenko@linux.intel.com> + Ryan Chen <ryan_chen@aspeedtech.com> + open list:I2C SUBSYSTEM HOST DRIVERS <linux-i2c@vger.kernel.org> + open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-aspeed@lists.ozlabs.org> + open list <linux-kernel@vger.kernel.org> + chiawei_wang@aspeedtech.com + troy_lee@aspeedtech.com + " steven_lee@aspeedtech.com\0" "\00:1\0" "b\0" "On Thu, Jun 17, 2021 at 05:43:39PM +0800, Jamin Lin wrote:\n" @@ -118,14 +143,14 @@ "> + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "> + #include <dt-bindings/clock/ast2600-clock.h>\n" "> +\n" - "> + i2c_gr: i2c-global-regs at 0 {\n" + "> + i2c_gr: i2c-global-regs@0 {\n" "> + compatible = \"aspeed,ast2600-i2c-global\", \"syscon\";\n" "> + reg = <0x0 0x20>;\n" "> + clocks = <&syscon ASPEED_CLK_APB2>;\n" "> + resets = <&syscon ASPEED_RESET_I2C>;\n" "> + };\n" "> +\n" - "> + i2c0: i2c-bus at 80 {\n" + "> + i2c0: i2c-bus@80 {\n" "> + compatible = \"aspeed,ast2600-i2c-bus\";\n" "> + #address-cells = <1>;\n" "> + #size-cells = <0>;\n" @@ -139,6 +164,11 @@ "> -- \n" "> 2.17.1\n" "> \n" - > + "> \n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -49f145143b4eb8ab54c994ae84740af5a5cbf79a29d08bc9aadb8f697ab08a8f +02786b0475f8098c719953c98ad7aeb73652a5c579e63f4c3512b7bcd37c490d
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.