diff for duplicates of <51DAC8E8.2070405@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 5cdfc84..f4cf435 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ On 07/06/2013 01:26 AM, Tomasz Figa wrote: > rootwait >> earlyprintk panic=5"; }; >> ->> - vemmc_reg: voltage-regulator@0 { +>> - vemmc_reg: voltage-regulator at 0 { >> - compatible = "regulator-fixed"; >> - regulator-name = "VMEM_VDD_2.8V"; >> - regulator-min-microvolt = <2800000>; @@ -65,12 +65,12 @@ regulators { #address-cells = <1>; #size-cells = <0>; - regulator@0 { + regulator at 0 { reg = <...>; ... }; - regulator@1 { + regulator at 1 { reg = <...>; ... }; @@ -89,7 +89,7 @@ someone suggest otherwise. > Tomasz > >> + ->> + vemmc_reg: regulator@0 { +>> + vemmc_reg: regulator at 0 { >> + compatible = "regulator-fixed"; >> + regulator-name = "VMEM_VDD_2.8V"; >> + regulator-min-microvolt = <2800000>; @@ -98,7 +98,7 @@ someone suggest otherwise. >> + enable-active-high; >> + }; >> + ->> + tsp_reg: regulator@1 { +>> + tsp_reg: regulator at 1 { >> + compatible = "regulator-fixed"; >> + regulator-name = "TSP_FIXED_VOLTAGES"; >> + regulator-min-microvolt = <2800000>; @@ -107,7 +107,7 @@ someone suggest otherwise. >> + enable-active-high; >> + }; >> + ->> + cam_af_28v_reg: regulator@2 { +>> + cam_af_28v_reg: regulator at 2 { >> + compatible = "regulator-fixed"; >> + regulator-name = "8M_AF_2.8V_EN"; >> + regulator-min-microvolt = <2800000>; @@ -116,7 +116,7 @@ someone suggest otherwise. >> + enable-active-high; >> + }; >> + ->> + cam_io_en_reg: regulator@3 { +>> + cam_io_en_reg: regulator at 3 { >> + compatible = "regulator-fixed"; >> + regulator-name = "CAM_IO_EN"; >> + regulator-min-microvolt = <2800000>; @@ -125,7 +125,7 @@ someone suggest otherwise. >> + enable-active-high; >> + }; >> + ->> + cam_io_12v_reg: regulator@4 { +>> + cam_io_12v_reg: regulator at 4 { >> + compatible = "regulator-fixed"; >> + regulator-name = "8M_1.2V_EN"; >> + regulator-min-microvolt = <1200000>; @@ -134,7 +134,7 @@ someone suggest otherwise. >> + enable-active-high; >> + }; >> + ->> + vt_core_15v_reg: regulator@5 { +>> + vt_core_15v_reg: regulator at 5 { >> + compatible = "regulator-fixed"; >> + regulator-name = "VT_CORE_1.5V"; >> + regulator-min-microvolt = <1500000>; diff --git a/a/content_digest b/N1/content_digest index 02b6c5d..e9f8779 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,10 @@ "ref\01372692155-17653-1-git-send-email-s.nawrocki@samsung.com\0" "ref\01372692155-17653-13-git-send-email-s.nawrocki@samsung.com\0" "ref\011736061.3CXfgF4Q9h@flatron\0" - "From\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0" - "Subject\0Re: [PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board\0" + "From\0s.nawrocki@samsung.com (Sylwester Nawrocki)\0" + "Subject\0[PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board\0" "Date\0Mon, 08 Jul 2013 16:12:56 +0200\0" - "To\0Tomasz Figa <tomasz.figa@gmail.com>\0" - "Cc\0kgene.kim@samsung.com" - t.figa@samsung.com - linux-arm-kernel@lists.infradead.org - linux-samsung-soc@vger.kernel.org - myungjoo.ham@samsung.com - m.szyprowski@samsung.com - phil.carmody@partner.samsung.com - j.anaszewski@samsung.com - kyungmin.park@samsung.com - devicetree-discuss@lists.ozlabs.org - " Andrzej Hajda <a.hajda@samsung.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -44,7 +33,7 @@ "> rootwait\n" ">> earlyprintk panic=5\"; };\n" ">>\n" - ">> -\tvemmc_reg: voltage-regulator@0 {\n" + ">> -\tvemmc_reg: voltage-regulator at 0 {\n" ">> -\t compatible = \"regulator-fixed\";\n" ">> -\t\tregulator-name = \"VMEM_VDD_2.8V\";\n" ">> -\t\tregulator-min-microvolt = <2800000>;\n" @@ -85,12 +74,12 @@ "\t#address-cells = <1>;\n" "\t#size-cells = <0>;\n" "\n" - "\tregulator@0 {\n" + "\tregulator at 0 {\n" "\t\treg = <...>;\n" "\t\t...\n" "\t};\n" "\n" - "\tregulator@1 {\n" + "\tregulator at 1 {\n" "\t\treg = <...>;\n" "\t\t...\n" "\t};\n" @@ -109,7 +98,7 @@ "> Tomasz\n" "> \n" ">> +\n" - ">> +\t\tvemmc_reg: regulator@0 {\n" + ">> +\t\tvemmc_reg: regulator at 0 {\n" ">> +\t\t\tcompatible = \"regulator-fixed\";\n" ">> +\t\t\tregulator-name = \"VMEM_VDD_2.8V\";\n" ">> +\t\t\tregulator-min-microvolt = <2800000>;\n" @@ -118,7 +107,7 @@ ">> +\t\t\tenable-active-high;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\ttsp_reg: regulator@1 {\n" + ">> +\t\ttsp_reg: regulator at 1 {\n" ">> +\t\t\tcompatible = \"regulator-fixed\";\n" ">> +\t\t\tregulator-name = \"TSP_FIXED_VOLTAGES\";\n" ">> +\t\t\tregulator-min-microvolt = <2800000>;\n" @@ -127,7 +116,7 @@ ">> +\t\t\tenable-active-high;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcam_af_28v_reg: regulator@2 {\n" + ">> +\t\tcam_af_28v_reg: regulator at 2 {\n" ">> +\t\t\tcompatible = \"regulator-fixed\";\n" ">> +\t\t\tregulator-name = \"8M_AF_2.8V_EN\";\n" ">> +\t\t\tregulator-min-microvolt = <2800000>;\n" @@ -136,7 +125,7 @@ ">> +\t\t\tenable-active-high;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcam_io_en_reg: regulator@3 {\n" + ">> +\t\tcam_io_en_reg: regulator at 3 {\n" ">> +\t\t\tcompatible = \"regulator-fixed\";\n" ">> +\t\t\tregulator-name = \"CAM_IO_EN\";\n" ">> +\t\t\tregulator-min-microvolt = <2800000>;\n" @@ -145,7 +134,7 @@ ">> +\t\t\tenable-active-high;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcam_io_12v_reg: regulator@4 {\n" + ">> +\t\tcam_io_12v_reg: regulator at 4 {\n" ">> +\t\t\tcompatible = \"regulator-fixed\";\n" ">> +\t\t\tregulator-name = \"8M_1.2V_EN\";\n" ">> +\t\t\tregulator-min-microvolt = <1200000>;\n" @@ -154,7 +143,7 @@ ">> +\t\t\tenable-active-high;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tvt_core_15v_reg: regulator@5 {\n" + ">> +\t\tvt_core_15v_reg: regulator at 5 {\n" ">> +\t\t\tcompatible = \"regulator-fixed\";\n" ">> +\t\t\tregulator-name = \"VT_CORE_1.5V\";\n" ">> +\t\t\tregulator-min-microvolt = <1500000>;\n" @@ -167,4 +156,4 @@ "Thanks,\n" Sylwester -96105f0a3490600e0ef4904b09d5b05418ef920ee2d91b354fcec073d8d30387 +a8da5a7d11aa3578107b3a8ad62929143631d921871855906c14539e12e5cf78
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.