diff for duplicates of <552A54E0.2080005@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 81aec8f..2125472 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -109,7 +109,7 @@ Andrew Lunn already mentioned stdout-path property. Really? It is actually using the two internal SATA ports. -> + pcie@1,0 { +> + pcie at 1,0 { > + /* Port 0, Lane 0 */ > + status = "okay"; > + }; @@ -119,18 +119,18 @@ Really? It is actually using the two internal SATA ports. Please just enable the port where the USB3 controller is connected to. Could be the other one. -> + pcie@2,0 { +> + pcie at 2,0 { > + /* Port 1, Lane 0 */ > + status = "okay"; > + }; > + }; > + > + internal-regs { -> + serial@12000 { +> + serial at 12000 { > + status = "okay"; > + }; > + -> + serial@12100 { +> + serial at 12100 { > + status = "okay"; > + }; @@ -140,7 +140,7 @@ to. Could be the other one. And move to bottom of the file. We try not to replay the bus structure on board level all the time, if possible. -> + sata@a0000 { +> + sata at a0000 { > + nr-ports = <2>; > + status = "okay"; > + }; @@ -148,7 +148,7 @@ on board level all the time, if possible. Ok, sata has no node label, yet. It has to stay here. > + mdio { -> + phy0: ethernet-phy@0 { /* Marvell 88E1318 */ +> + phy0: ethernet-phy at 0 { /* Marvell 88E1318 */ > + reg = <0>; > + }; > + }; @@ -156,7 +156,7 @@ Ok, sata has no node label, yet. It has to stay here. Something is wrong with indention of the node above and we do have a node label for &mdio so it can also move. -> + ethernet@74000 { +> + ethernet at 74000 { > + status = "okay"; > + phy = <&phy0>; > + phy-mode = "rgmii-id"; @@ -164,13 +164,13 @@ a node label for &mdio so it can also move. ditto, ð1. -> + usb@50000 { +> + usb at 50000 { > + status = "okay"; > + }; Again, no node label, yet. -> + i2c@11000 { +> + i2c at 11000 { > + compatible = "marvell,mv64xxx-i2c"; > + clock-frequency = <100000>; > + status = "okay"; @@ -178,7 +178,7 @@ Again, no node label, yet. &i2c0, so please move. -> + nand@d0000 { +> + nand at d0000 { Again, no node label, yet. @@ -207,27 +207,27 @@ Do you know the ECC scheme used? If so, please add corresponding nand-ecc-strength and nand-ecc-step-size properties. -> + partition@0 { +> + partition at 0 { > + label = "u-boot"; > + /* 1.0 MiB */ > + reg = <0x0000000 0x100000>; > + read-only; > + }; > + -> + partition@100000 { +> + partition at 100000 { > + label = "u-boot-env"; > + /* 128 KiB */ > + reg = <0x100000 0x20000>; > + read-only; > + }; > + -> + partition@120000 { +> + partition at 120000 { > + label = "uImage"; > + /* 7 MiB */ > + reg = <0x120000 0x700000>; > + }; > + -> + partition@820000 { +> + partition at 820000 { > + label = "ubifs"; > + /* ~ 84 MiB */ > + reg = <0x820000 0x54e0000>; @@ -237,22 +237,22 @@ nand-ecc-step-size properties. I don't get the comment above. -> + partition@800000 { +> + partition at 800000 { -partition@5d00000 +partition at 5d00000 > + label = "failsafe-uImage"; > + /* 5 MiB */ > + reg = <0x5d00000 0x500000>; > + }; > + -> + partition@6200000 { +> + partition at 6200000 { > + label = "failsafe-fs"; > + /* 29 MiB */ > + reg = <0x6200000 0x1d00000>; > + }; > + -> + partition@7f00000 { +> + partition at 7f00000 { > + label = "bbt"; > + /* 1 MiB for BBT */ > + reg = <0x7f00000 0x100000>; @@ -340,7 +340,7 @@ ditto for all gpio nodes above, and another empty line. > + > + pinctrl-names = "default"; > + -> + usb_power: regulator@1 { +> + usb_power: regulator at 1 { Wrong indention. @@ -355,7 +355,7 @@ Wrong indention. > + gpio = <&gpio0 13 GPIO_ACTIVE_HIGH>; > + }; > + -> + sata1_power: regulator@2 { +> + sata1_power: regulator at 2 { ditto. @@ -376,7 +376,7 @@ which 0/1 matches L/R and rename the regulator names accordingly? > + gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>; > + }; > + -> + sata2_power: regulator@3 { +> + sata2_power: regulator at 3 { Wrong indention. diff --git a/a/content_digest b/N1/content_digest index d11d100..0adfa15 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,9 @@ "ref\01428784160-19431-1-git-send-email-andrew@ncrmnt.org\0" "ref\01428784160-19431-3-git-send-email-andrew@ncrmnt.org\0" - "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" - "Subject\0Re: [PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L\0" + "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" + "Subject\0[PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L\0" "Date\0Sun, 12 Apr 2015 13:20:00 +0200\0" - "To\0Andrew Andrianov <andrew@ncrmnt.org>\0" - "Cc\0Rob Herring <robh+dt@kernel.org>" - Pawel Moll <pawel.moll@arm.com> - Mark Rutland <mark.rutland@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - Kumar Gala <galak@codeaurora.org> - Russell King <linux@arm.linux.org.uk> - Linus Walleij <linus.walleij@linaro.org> - Wolfram Sang <wsa@the-dreams.de> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - linux-gpio@vger.kernel.org - Andrew Lunn <andrew@lunn.ch> - Gregory Clement <gregory.clement@free-electrons.com> - " Jason Cooper <jason@lakedaemon.net>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 11.04.2015 22:29, Andrew Andrianov wrote:\n" @@ -132,7 +117,7 @@ "\n" "Really? It is actually using the two internal SATA ports.\n" "\n" - "> +\t\t\tpcie@1,0 {\n" + "> +\t\t\tpcie at 1,0 {\n" "> +\t\t\t\t/* Port 0, Lane 0 */\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" @@ -142,18 +127,18 @@ "Please just enable the port where the USB3 controller is connected\n" "to. Could be the other one.\n" "\n" - "> +\t\t\tpcie@2,0 {\n" + "> +\t\t\tpcie at 2,0 {\n" "> +\t\t\t\t/* Port 1, Lane 0 */\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" "> +\t\tinternal-regs {\n" - "> +\t\t\tserial@12000 {\n" + "> +\t\t\tserial at 12000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tserial@12100 {\n" + "> +\t\t\tserial at 12100 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "\n" @@ -163,7 +148,7 @@ "And move to bottom of the file. We try not to replay the bus structure\n" "on board level all the time, if possible.\n" "\n" - "> +\t\t\tsata@a0000 {\n" + "> +\t\t\tsata at a0000 {\n" "> +\t\t\t\tnr-ports = <2>;\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" @@ -171,7 +156,7 @@ "Ok, sata has no node label, yet. It has to stay here.\n" "\n" "> +\t\t\tmdio {\n" - "> +\t\t\tphy0: ethernet-phy@0 { /* Marvell 88E1318 */\n" + "> +\t\t\tphy0: ethernet-phy at 0 { /* Marvell 88E1318 */\n" "> +\t\t\t\t\treg = <0>;\n" "> +\t\t\t\t};\n" "> +\t\t\t};\n" @@ -179,7 +164,7 @@ "Something is wrong with indention of the node above and we do have\n" "a node label for &mdio so it can also move.\n" "\n" - "> +\t\t\tethernet@74000 {\n" + "> +\t\t\tethernet at 74000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t\tphy = <&phy0>;\n" "> +\t\t\t\tphy-mode = \"rgmii-id\";\n" @@ -187,13 +172,13 @@ "\n" "ditto, ð1.\n" "\n" - "> +\t\t\tusb@50000 {\n" + "> +\t\t\tusb at 50000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "\n" "Again, no node label, yet.\n" "\n" - "> +\t\t\ti2c@11000 {\n" + "> +\t\t\ti2c at 11000 {\n" "> +\t\t\t\tcompatible = \"marvell,mv64xxx-i2c\";\n" "> +\t\t\t\tclock-frequency = <100000>;\n" "> +\t\t\t\tstatus = \"okay\";\n" @@ -201,7 +186,7 @@ "\n" "&i2c0, so please move.\n" "\n" - "> +\t\t\tnand@d0000 {\n" + "> +\t\t\tnand at d0000 {\n" "\n" "Again, no node label, yet.\n" "\n" @@ -230,27 +215,27 @@ "If so, please add corresponding nand-ecc-strength and\n" "nand-ecc-step-size properties.\n" "\n" - "> +\t\t\t\tpartition@0 {\n" + "> +\t\t\t\tpartition at 0 {\n" "> +\t\t\t\t\tlabel = \"u-boot\";\n" "> +\t\t\t\t\t/* 1.0 MiB */\n" "> +\t\t\t\t\treg = <0x0000000 0x100000>;\n" "> +\t\t\t\t\tread-only;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpartition@100000 {\n" + "> +\t\t\t\tpartition at 100000 {\n" "> +\t\t\t\t\tlabel = \"u-boot-env\";\n" "> +\t\t\t\t\t/* 128 KiB */\n" "> +\t\t\t\t\treg = <0x100000 0x20000>;\n" "> +\t\t\t\t\tread-only;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpartition@120000 {\n" + "> +\t\t\t\tpartition at 120000 {\n" "> +\t\t\t\t\tlabel = \"uImage\";\n" "> +\t\t\t\t\t/* 7 MiB */\n" "> +\t\t\t\t\treg = <0x120000 0x700000>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpartition@820000 {\n" + "> +\t\t\t\tpartition at 820000 {\n" "> +\t\t\t\t\tlabel = \"ubifs\";\n" "> +\t\t\t\t\t/* ~ 84 MiB */\n" "> +\t\t\t\t\treg = <0x820000 0x54e0000>;\n" @@ -260,22 +245,22 @@ "\n" "I don't get the comment above.\n" "\n" - "> +\t\t\t\tpartition@800000 {\n" + "> +\t\t\t\tpartition at 800000 {\n" "\n" - "partition@5d00000\n" + "partition at 5d00000\n" "\n" "> +\t\t\t\t\tlabel = \"failsafe-uImage\";\n" "> +\t\t\t\t\t/* 5 MiB */\n" "> +\t\t\t\t\treg = <0x5d00000 0x500000>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpartition@6200000 {\n" + "> +\t\t\t\tpartition at 6200000 {\n" "> +\t\t\t\t\tlabel = \"failsafe-fs\";\n" "> +\t\t\t\t\t/* 29 MiB */\n" "> +\t\t\t\t\treg = <0x6200000 0x1d00000>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpartition@7f00000 {\n" + "> +\t\t\t\tpartition at 7f00000 {\n" "> +\t\t\t\t\tlabel = \"bbt\";\n" "> +\t\t\t\t\t/* 1 MiB for BBT */\n" "> +\t\t\t\t\treg = <0x7f00000 0x100000>;\n" @@ -363,7 +348,7 @@ "> +\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\n" - "> +\tusb_power: regulator@1 {\n" + "> +\tusb_power: regulator at 1 {\n" "\n" "Wrong indention.\n" "\n" @@ -378,7 +363,7 @@ "> +\t\t\tgpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;\n" "> +\t\t};\n" "> +\n" - "> +\tsata1_power: regulator@2 {\n" + "> +\tsata1_power: regulator at 2 {\n" "\n" "ditto.\n" "\n" @@ -399,7 +384,7 @@ "> +\t\t\tgpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;\n" "> +\t\t};\n" "> +\n" - "> +\tsata2_power: regulator@3 {\n" + "> +\tsata2_power: regulator at 3 {\n" "\n" "Wrong indention.\n" "\n" @@ -484,4 +469,4 @@ "> +};\n" > -18eab328053cee97a51e4b57b69e0561cb51bdc104f8edf0cf65c4351189fc36 +d2befe1f369e6d82f6fa163f586848cf7bd2dc4de72909d7fa7fc2df2f2c97e4
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.