diff for duplicates of <20220810161635.73936-2-robh@kernel.org> diff --git a/a/1.txt b/N1/1.txt index d415f3b..142e0e8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ index d3a8911728d0..f4f1ee6b116e 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml @@ -63,6 +63,12 @@ examples: - syscon: scu at 1e6e2000 { + syscon: scu@1e6e2000 { compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0x1a8>; + #clock-cells = <1>; @@ -45,7 +45,7 @@ index e92686d2f062..62424c42c981 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml @@ -96,6 +96,12 @@ examples: - syscon: scu at 1e6e2000 { + syscon: scu@1e6e2000 { compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0xf6c>; + #clock-cells = <1>; diff --git a/a/content_digest b/N1/content_digest index 0e75869..d3c9f4a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,17 @@ "From\0Rob Herring <robh@kernel.org>\0" "Subject\0[PATCH 1/2] dt-bindings: pinctrl: aspeed: Add missing properties to examples\0" "Date\0Wed, 10 Aug 2022 10:16:34 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Lee Jones <lee@kernel.org>" + Linus Walleij <linus.walleij@linaro.org> + Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> + Joel Stanley <joel@jms.id.au> + " Andrew Jeffery <andrew@aj.id.au>\0" + "Cc\0devicetree@vger.kernel.org" + openbmc@lists.ozlabs.org + linux-gpio@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "The aspeed pinctrl parent node (SCU) in the examples is missing various\n" @@ -20,7 +30,7 @@ "--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml\n" "+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml\n" "@@ -63,6 +63,12 @@ examples:\n" - " syscon: scu at 1e6e2000 {\n" + " syscon: scu@1e6e2000 {\n" " compatible = \"aspeed,ast2400-scu\", \"syscon\", \"simple-mfd\";\n" " reg = <0x1e6e2000 0x1a8>;\n" "+ #clock-cells = <1>;\n" @@ -52,7 +62,7 @@ "--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml\n" "+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml\n" "@@ -96,6 +96,12 @@ examples:\n" - " syscon: scu at 1e6e2000 {\n" + " syscon: scu@1e6e2000 {\n" " compatible = \"aspeed,ast2600-scu\", \"syscon\", \"simple-mfd\";\n" " reg = <0x1e6e2000 0xf6c>;\n" "+ #clock-cells = <1>;\n" @@ -67,4 +77,4 @@ "-- \n" 2.34.1 -e967b63e07df0c217dbd1153f01d452d8a784a6cb21286cc15f90bc85d306501 +1c661ac5b860322fbc900c3706d118afb4a63eda8f90c738e31fba4728c06b91
diff --git a/a/1.txt b/N2/1.txt index d415f3b..142e0e8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -13,7 +13,7 @@ index d3a8911728d0..f4f1ee6b116e 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml @@ -63,6 +63,12 @@ examples: - syscon: scu at 1e6e2000 { + syscon: scu@1e6e2000 { compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0x1a8>; + #clock-cells = <1>; @@ -45,7 +45,7 @@ index e92686d2f062..62424c42c981 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml @@ -96,6 +96,12 @@ examples: - syscon: scu at 1e6e2000 { + syscon: scu@1e6e2000 { compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0xf6c>; + #clock-cells = <1>; diff --git a/a/content_digest b/N2/content_digest index 0e75869..d366313 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,17 @@ "From\0Rob Herring <robh@kernel.org>\0" "Subject\0[PATCH 1/2] dt-bindings: pinctrl: aspeed: Add missing properties to examples\0" "Date\0Wed, 10 Aug 2022 10:16:34 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Lee Jones <lee@kernel.org>" + Linus Walleij <linus.walleij@linaro.org> + Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> + Joel Stanley <joel@jms.id.au> + " Andrew Jeffery <andrew@aj.id.au>\0" + "Cc\0devicetree@vger.kernel.org" + linux-aspeed@lists.ozlabs.org + openbmc@lists.ozlabs.org + linux-kernel@vger.kernel.org + linux-gpio@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "The aspeed pinctrl parent node (SCU) in the examples is missing various\n" @@ -20,7 +30,7 @@ "--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml\n" "+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml\n" "@@ -63,6 +63,12 @@ examples:\n" - " syscon: scu at 1e6e2000 {\n" + " syscon: scu@1e6e2000 {\n" " compatible = \"aspeed,ast2400-scu\", \"syscon\", \"simple-mfd\";\n" " reg = <0x1e6e2000 0x1a8>;\n" "+ #clock-cells = <1>;\n" @@ -52,7 +62,7 @@ "--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml\n" "+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml\n" "@@ -96,6 +96,12 @@ examples:\n" - " syscon: scu at 1e6e2000 {\n" + " syscon: scu@1e6e2000 {\n" " compatible = \"aspeed,ast2600-scu\", \"syscon\", \"simple-mfd\";\n" " reg = <0x1e6e2000 0xf6c>;\n" "+ #clock-cells = <1>;\n" @@ -67,4 +77,4 @@ "-- \n" 2.34.1 -e967b63e07df0c217dbd1153f01d452d8a784a6cb21286cc15f90bc85d306501 +4a2c5c1403b02d47f7da488c8841c5841826506e71397bf9dd90511cdc029929
diff --git a/a/1.txt b/N3/1.txt index d415f3b..68207e7 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -13,7 +13,7 @@ index d3a8911728d0..f4f1ee6b116e 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml @@ -63,6 +63,12 @@ examples: - syscon: scu at 1e6e2000 { + syscon: scu@1e6e2000 { compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0x1a8>; + #clock-cells = <1>; @@ -45,7 +45,7 @@ index e92686d2f062..62424c42c981 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml @@ -96,6 +96,12 @@ examples: - syscon: scu at 1e6e2000 { + syscon: scu@1e6e2000 { compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0xf6c>; + #clock-cells = <1>; @@ -59,3 +59,9 @@ index e92686d2f062..62424c42c981 100644 compatible = "aspeed,ast2600-pinctrl"; -- 2.34.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/N3/content_digest index 0e75869..58956e4 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,17 @@ "From\0Rob Herring <robh@kernel.org>\0" "Subject\0[PATCH 1/2] dt-bindings: pinctrl: aspeed: Add missing properties to examples\0" "Date\0Wed, 10 Aug 2022 10:16:34 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Lee Jones <lee@kernel.org>" + Linus Walleij <linus.walleij@linaro.org> + Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> + Joel Stanley <joel@jms.id.au> + " Andrew Jeffery <andrew@aj.id.au>\0" + "Cc\0devicetree@vger.kernel.org" + openbmc@lists.ozlabs.org + linux-gpio@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "The aspeed pinctrl parent node (SCU) in the examples is missing various\n" @@ -20,7 +30,7 @@ "--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml\n" "+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml\n" "@@ -63,6 +63,12 @@ examples:\n" - " syscon: scu at 1e6e2000 {\n" + " syscon: scu@1e6e2000 {\n" " compatible = \"aspeed,ast2400-scu\", \"syscon\", \"simple-mfd\";\n" " reg = <0x1e6e2000 0x1a8>;\n" "+ #clock-cells = <1>;\n" @@ -52,7 +62,7 @@ "--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml\n" "+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml\n" "@@ -96,6 +96,12 @@ examples:\n" - " syscon: scu at 1e6e2000 {\n" + " syscon: scu@1e6e2000 {\n" " compatible = \"aspeed,ast2600-scu\", \"syscon\", \"simple-mfd\";\n" " reg = <0x1e6e2000 0xf6c>;\n" "+ #clock-cells = <1>;\n" @@ -65,6 +75,12 @@ " pinctrl: pinctrl {\n" " compatible = \"aspeed,ast2600-pinctrl\";\n" "-- \n" - 2.34.1 + "2.34.1\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 -e967b63e07df0c217dbd1153f01d452d8a784a6cb21286cc15f90bc85d306501 +b0728b7638f320b4ed84277264bdabb8aeca45fa040d1e3346e18d2dc9323e84
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.