diff for duplicates of <20160614191154.GK28218@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index de9b090..e635ede 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ On 06/14, Linus Walleij wrote: > + regulators { > + compatible = "simple-bus"; > + /* Main power of the board: 3.7V */ -> + vph: regulator-fixed@1 { +> + vph: regulator-fixed at 1 { > + compatible = "regulator-fixed"; > + regulator-min-microvolt = <3700000>; > + regulator-max-microvolt = <3700000>; @@ -37,12 +37,12 @@ Why not put this under regulators node as well? > + > + soc { -> + gsbi@19c00000 { +> + gsbi at 19c00000 { > + status = "ok"; > + pinctrl-names = "default"; > + pinctrl-0 = <&dragon_serial0_pins>; > + qcom,mode = <GSBI_PROT_I2C_UART>; -> + serial@19c40000 { +> + serial at 19c40000 { > + status = "ok"; > + }; > + }; @@ -62,7 +62,7 @@ I think we're following a non-phandle approach to filling out board dts files. We didn't follow it that well on 8660 surf, probably because it was so basic, but it would be nice to follow that style here as well and populate board properties in nodes -like how gsbi@19c00000 has been done. I'll leave this up to Andy +like how gsbi at 19c00000 has been done. I'll leave this up to Andy though as he's the maintainer here. -- diff --git a/a/content_digest b/N1/content_digest index a9ad35c..5bed856 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,9 @@ "ref\01465918259-11138-1-git-send-email-linus.walleij@linaro.org\0" "ref\01465918259-11138-6-git-send-email-linus.walleij@linaro.org\0" - "From\0Stephen Boyd <sboyd@codeaurora.org>\0" - "Subject\0Re: [PATCH 5/5] ARM: dts: add Qualcomm APQ8060-based Dragonboard\0" + "From\0sboyd@codeaurora.org (Stephen Boyd)\0" + "Subject\0[PATCH 5/5] ARM: dts: add Qualcomm APQ8060-based Dragonboard\0" "Date\0Tue, 14 Jun 2016 12:11:54 -0700\0" - "To\0Linus Walleij <linus.walleij@linaro.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-arm-msm@vger.kernel.org - linux-soc@vger.kernel.org - Andy Gross <andy.gross@linaro.org> - Bjorn Andersson <bjorn.andersson@linaro.org> - " David Brown <david.brown@linaro.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 06/14, Linus Walleij wrote:\n" @@ -28,7 +22,7 @@ "> +\tregulators {\n" "> +\t\tcompatible = \"simple-bus\";\n" "> +\t\t/* Main power of the board: 3.7V */\n" - "> +\t\tvph: regulator-fixed@1 {\n" + "> +\t\tvph: regulator-fixed at 1 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\tregulator-min-microvolt = <3700000>;\n" "> +\t\t\tregulator-max-microvolt = <3700000>;\n" @@ -51,12 +45,12 @@ "\n" "> +\n" "> +\tsoc {\n" - "> +\t\tgsbi@19c00000 {\n" + "> +\t\tgsbi at 19c00000 {\n" "> +\t\t\tstatus = \"ok\";\n" "> +\t\t\tpinctrl-names = \"default\";\n" "> +\t\t\tpinctrl-0 = <&dragon_serial0_pins>;\n" "> +\t\t\tqcom,mode = <GSBI_PROT_I2C_UART>;\n" - "> +\t\t\tserial@19c40000 {\n" + "> +\t\t\tserial at 19c40000 {\n" "> +\t\t\t\tstatus = \"ok\";\n" "> +\t\t\t};\n" "> +\t\t};\n" @@ -76,11 +70,11 @@ "board dts files. We didn't follow it that well on 8660 surf,\n" "probably because it was so basic, but it would be nice to follow\n" "that style here as well and populate board properties in nodes\n" - "like how gsbi@19c00000 has been done. I'll leave this up to Andy\n" + "like how gsbi at 19c00000 has been done. I'll leave this up to Andy\n" "though as he's the maintainer here.\n" "\n" "-- \n" "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" a Linux Foundation Collaborative Project -528a5e2cbca5e4dd53bd4d1e50c08dff60e59537fda4b09fef4a96df613f4702 +a9994e7dd75c05adbc803120eb54b56a314671d528a09978f3c3a4db4c5903c2
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.