diff for duplicates of <20190211141859.802233380@linuxfoundation.org> diff --git a/a/1.txt b/N1/1.txt index f6b20da..9be2c63 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ [ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ] -The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so +The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so '/memory' in the board files create a duplicate node. We're probably getting lucky that the bootloader fixes up the memory node that the kernel ends up using. Add the unit-address so it's merged with the base @@ -14,9 +14,9 @@ Found with DT json-schema checks. Cc: Joel Stanley <joel@jms.id.au> Cc: Andrew Jeffery <andrew@aj.id.au> -Cc: devicetree at vger.kernel.org -Cc: linux-arm-kernel at lists.infradead.org -Cc: linux-aspeed at lists.ozlabs.org +Cc: devicetree@vger.kernel.org +Cc: linux-arm-kernel@lists.infradead.org +Cc: linux-aspeed@lists.ozlabs.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Sasha Levin <sashal@kernel.org> @@ -36,7 +36,7 @@ index df1227613d48..c2ece0b91885 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x40000000>; }; @@ -49,7 +49,7 @@ index 7a291de02543..22dade6393d0 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x20000000>; }; @@ -62,7 +62,7 @@ index d598b6391362..024e52a6cd0f 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x40000000>; }; @@ -80,9 +80,17 @@ index 43ed13963d35..33d704541de6 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x20000000>; }; -- 2.19.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/N1/content_digest index 619d2f2..8991542 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,17 @@ "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0[PATCH 4.19 089/313] ARM: dts: aspeed: add missing memory unit-address\0" "Date\0Mon, 11 Feb 2019 15:16:09 +0100\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0linux-kernel@vger.kernel.org\0" + "Cc\0Sasha Levin <sashal@kernel.org>" + devicetree@vger.kernel.org + linux-aspeed@lists.ozlabs.org + Rob Herring <robh@kernel.org> + Andrew Jeffery <andrew@aj.id.au> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + stable@vger.kernel.org + Joel Stanley <joel@jms.id.au> + Olof Johansson <olof@lixom.net> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "4.19-stable review patch. If anyone has any objections, please let me know.\n" @@ -11,7 +21,7 @@ "\n" "[ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ]\n" "\n" - "The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so\n" + "The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so\n" "'/memory' in the board files create a duplicate node. We're probably\n" "getting lucky that the bootloader fixes up the memory node that the\n" "kernel ends up using. Add the unit-address so it's merged with the base\n" @@ -21,9 +31,9 @@ "\n" "Cc: Joel Stanley <joel@jms.id.au>\n" "Cc: Andrew Jeffery <andrew@aj.id.au>\n" - "Cc: devicetree at vger.kernel.org\n" - "Cc: linux-arm-kernel at lists.infradead.org\n" - "Cc: linux-aspeed at lists.ozlabs.org\n" + "Cc: devicetree@vger.kernel.org\n" + "Cc: linux-arm-kernel@lists.infradead.org\n" + "Cc: linux-aspeed@lists.ozlabs.org\n" "Signed-off-by: Rob Herring <robh@kernel.org>\n" "Signed-off-by: Olof Johansson <olof@lixom.net>\n" "Signed-off-by: Sasha Levin <sashal@kernel.org>\n" @@ -43,7 +53,7 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x40000000>;\n" " \t};\n" " \n" @@ -56,7 +66,7 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x20000000>;\n" " \t};\n" " \n" @@ -69,7 +79,7 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x40000000>;\n" " \t};\n" " \n" @@ -87,11 +97,19 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x20000000>;\n" " \t};\n" " \n" "-- \n" - 2.19.1 + "2.19.1\n" + "\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 -49df89957920196fda8e7ae953357fa06ccf2df907652de43e998e02932cb7cf +5a8e60cfd5279ad3ab45463effae184f87d27728f9d9aedc22666c800ffcdb11
diff --git a/a/1.txt b/N2/1.txt index f6b20da..4afdf27 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ [ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ] -The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so +The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so '/memory' in the board files create a duplicate node. We're probably getting lucky that the bootloader fixes up the memory node that the kernel ends up using. Add the unit-address so it's merged with the base @@ -14,9 +14,9 @@ Found with DT json-schema checks. Cc: Joel Stanley <joel@jms.id.au> Cc: Andrew Jeffery <andrew@aj.id.au> -Cc: devicetree at vger.kernel.org -Cc: linux-arm-kernel at lists.infradead.org -Cc: linux-aspeed at lists.ozlabs.org +Cc: devicetree@vger.kernel.org +Cc: linux-arm-kernel@lists.infradead.org +Cc: linux-aspeed@lists.ozlabs.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Sasha Levin <sashal@kernel.org> @@ -36,7 +36,7 @@ index df1227613d48..c2ece0b91885 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x40000000>; }; @@ -49,7 +49,7 @@ index 7a291de02543..22dade6393d0 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x20000000>; }; @@ -62,7 +62,7 @@ index d598b6391362..024e52a6cd0f 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x40000000>; }; @@ -80,7 +80,7 @@ index 43ed13963d35..33d704541de6 100644 }; - memory { -+ memory at 80000000 { ++ memory@80000000 { reg = <0x80000000 0x20000000>; }; diff --git a/a/content_digest b/N2/content_digest index 619d2f2..98d2983 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,17 @@ "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0[PATCH 4.19 089/313] ARM: dts: aspeed: add missing memory unit-address\0" "Date\0Mon, 11 Feb 2019 15:16:09 +0100\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0linux-kernel@vger.kernel.org\0" + "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" + stable@vger.kernel.org + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + Rob Herring <robh@kernel.org> + Olof Johansson <olof@lixom.net> + " Sasha Levin <sashal@kernel.org>\0" "\00:1\0" "b\0" "4.19-stable review patch. If anyone has any objections, please let me know.\n" @@ -11,7 +21,7 @@ "\n" "[ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ]\n" "\n" - "The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so\n" + "The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so\n" "'/memory' in the board files create a duplicate node. We're probably\n" "getting lucky that the bootloader fixes up the memory node that the\n" "kernel ends up using. Add the unit-address so it's merged with the base\n" @@ -21,9 +31,9 @@ "\n" "Cc: Joel Stanley <joel@jms.id.au>\n" "Cc: Andrew Jeffery <andrew@aj.id.au>\n" - "Cc: devicetree at vger.kernel.org\n" - "Cc: linux-arm-kernel at lists.infradead.org\n" - "Cc: linux-aspeed at lists.ozlabs.org\n" + "Cc: devicetree@vger.kernel.org\n" + "Cc: linux-arm-kernel@lists.infradead.org\n" + "Cc: linux-aspeed@lists.ozlabs.org\n" "Signed-off-by: Rob Herring <robh@kernel.org>\n" "Signed-off-by: Olof Johansson <olof@lixom.net>\n" "Signed-off-by: Sasha Levin <sashal@kernel.org>\n" @@ -43,7 +53,7 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x40000000>;\n" " \t};\n" " \n" @@ -56,7 +66,7 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x20000000>;\n" " \t};\n" " \n" @@ -69,7 +79,7 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x40000000>;\n" " \t};\n" " \n" @@ -87,11 +97,11 @@ " \t};\n" " \n" "-\tmemory {\n" - "+\tmemory at 80000000 {\n" + "+\tmemory@80000000 {\n" " \t\treg = <0x80000000 0x20000000>;\n" " \t};\n" " \n" "-- \n" 2.19.1 -49df89957920196fda8e7ae953357fa06ccf2df907652de43e998e02932cb7cf +fa59131a2f43b9eb2d34b14bebe4e32cfe3eb8edc8f81eb819260c059b8e5d74
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.