diff for duplicates of <20180418111508.0000698b@huawei.com> diff --git a/a/1.txt b/N1/1.txt index 4b659b5..ed54c1a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ Jonathan > --- > Changes in v2: > - Use SPDX tags. -> - Use eeprom@50, remove repeated node and fix and remove '_' to fix node_name_chars_strict Warning +> - Use eeprom at 50, remove repeated node and fix and remove '_' to fix node_name_chars_strict Warning > - Fix: PocketBeagle Name in Subject (not PocketBeagle Blue) > - Fix: leds remove '_' to fix node_name_chars_strict warning > - Fix: node_name_chars_strict pinmux_*_pins label's. @@ -69,12 +69,12 @@ for a device that definitely didn't exist in 2012! > + > +/ { > + cpus { -> + cpu@0 { +> + cpu at 0 { > + cpu0-supply = <&dcdc2_reg>; > + }; > + }; > + -> + memory@80000000 { +> + memory at 80000000 { > + device_type = "memory"; > + reg = <0x80000000 0x20000000>; /* 512 MB */ > + }; @@ -111,7 +111,7 @@ for a device that definitely didn't exist in 2012! > + status = "okay"; > + clock-frequency = <400000>; > + -> + tps: tps@24 { +> + tps: tps at 24 { > + reg = <0x24>; > + }; > +}; @@ -130,12 +130,12 @@ for a device that definitely didn't exist in 2012! > + }; > + > + regulators { -> + dcdc1_reg: regulator@0 { +> + dcdc1_reg: regulator at 0 { > + regulator-name = "vdds_dpr"; > + regulator-always-on; > + }; > + -> + dcdc2_reg: regulator@1 { +> + dcdc2_reg: regulator at 1 { > + /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ > + regulator-name = "vdd_mpu"; > + regulator-min-microvolt = <925000>; @@ -144,7 +144,7 @@ for a device that definitely didn't exist in 2012! > + regulator-always-on; > + }; > + -> + dcdc3_reg: regulator@2 { +> + dcdc3_reg: regulator at 2 { > + /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */ > + regulator-name = "vdd_core"; > + regulator-min-microvolt = <925000>; @@ -153,24 +153,24 @@ for a device that definitely didn't exist in 2012! > + regulator-always-on; > + }; > + -> + ldo1_reg: regulator@3 { +> + ldo1_reg: regulator at 3 { > + regulator-name = "vio,vrtc,vdds"; > + regulator-always-on; > + }; > + -> + ldo2_reg: regulator@4 { +> + ldo2_reg: regulator at 4 { > + regulator-name = "vdd_3v3aux"; > + regulator-always-on; > + }; > + -> + ldo3_reg: regulator@5 { +> + ldo3_reg: regulator at 5 { > + regulator-name = "vdd_1v8"; > + regulator-min-microvolt = <1800000>; > + regulator-max-microvolt = <1800000>; > + regulator-always-on; > + }; > + -> + ldo4_reg: regulator@6 { +> + ldo4_reg: regulator at 6 { > + regulator-name = "vdd_3v3a"; > + regulator-always-on; > + }; @@ -349,7 +349,7 @@ This one didn't exist back then either ;) > +}; > + > +&i2c0 { -> + eeprom: eeprom@50 { +> + eeprom: eeprom at 50 { > + compatible = "atmel,24c256"; > + reg = <0x50>; > + }; diff --git a/a/content_digest b/N1/content_digest index 6ef45c8..9953318 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,8 @@ "ref\020180416220828.19338-1-robertcnelson@gmail.com\0" - "From\0Jonathan Cameron <Jonathan.Cameron@huawei.com>\0" - "Subject\0Re: [PATCH v2] ARM: dts: Add am335x-pocketbeagle\0" + "From\0Jonathan.Cameron@huawei.com (Jonathan Cameron)\0" + "Subject\0[PATCH v2] ARM: dts: Add am335x-pocketbeagle\0" "Date\0Wed, 18 Apr 2018 11:15:08 +0100\0" - "To\0Robert Nelson <robertcnelson@gmail.com>\0" - "Cc\0devicetree@vger.kernel.org" - tony@atomide.com - Drew Fustini <drew@beagleboard.org> - Peter Robinson <pbrobinson@redhat.com> - Jason Kridner <jkridner@beagleboard.org> - linux-omap@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Mon, 16 Apr 2018 17:08:28 -0500\n" @@ -41,7 +34,7 @@ "> ---\n" "> Changes in v2:\n" "> - Use SPDX tags.\n" - "> - Use eeprom@50, remove repeated node and fix and remove '_' to fix node_name_chars_strict Warning\n" + "> - Use eeprom at 50, remove repeated node and fix and remove '_' to fix node_name_chars_strict Warning\n" "> - Fix: PocketBeagle Name in Subject (not PocketBeagle Blue)\n" "> - Fix: leds remove '_' to fix node_name_chars_strict warning\n" "> - Fix: node_name_chars_strict pinmux_*_pins label's.\n" @@ -83,12 +76,12 @@ "> +\n" "> +/ {\n" "> +\tcpus {\n" - "> +\t\tcpu@0 {\n" + "> +\t\tcpu at 0 {\n" "> +\t\t\tcpu0-supply = <&dcdc2_reg>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tmemory@80000000 {\n" + "> +\tmemory at 80000000 {\n" "> +\t\tdevice_type = \"memory\";\n" "> +\t\treg = <0x80000000 0x20000000>; /* 512 MB */\n" "> +\t};\n" @@ -125,7 +118,7 @@ "> +\tstatus = \"okay\";\n" "> +\tclock-frequency = <400000>;\n" "> +\n" - "> +\ttps: tps@24 {\n" + "> +\ttps: tps at 24 {\n" "> +\t\treg = <0x24>;\n" "> +\t};\n" "> +};\n" @@ -144,12 +137,12 @@ "> +\t};\n" "> +\n" "> +\tregulators {\n" - "> +\t\tdcdc1_reg: regulator@0 {\n" + "> +\t\tdcdc1_reg: regulator at 0 {\n" "> +\t\t\tregulator-name = \"vdds_dpr\";\n" "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tdcdc2_reg: regulator@1 {\n" + "> +\t\tdcdc2_reg: regulator at 1 {\n" "> +\t\t\t/* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */\n" "> +\t\t\tregulator-name = \"vdd_mpu\";\n" "> +\t\t\tregulator-min-microvolt = <925000>;\n" @@ -158,7 +151,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tdcdc3_reg: regulator@2 {\n" + "> +\t\tdcdc3_reg: regulator at 2 {\n" "> +\t\t\t/* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */\n" "> +\t\t\tregulator-name = \"vdd_core\";\n" "> +\t\t\tregulator-min-microvolt = <925000>;\n" @@ -167,24 +160,24 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tldo1_reg: regulator@3 {\n" + "> +\t\tldo1_reg: regulator at 3 {\n" "> +\t\t\tregulator-name = \"vio,vrtc,vdds\";\n" "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tldo2_reg: regulator@4 {\n" + "> +\t\tldo2_reg: regulator at 4 {\n" "> +\t\t\tregulator-name = \"vdd_3v3aux\";\n" "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tldo3_reg: regulator@5 {\n" + "> +\t\tldo3_reg: regulator at 5 {\n" "> +\t\t\tregulator-name = \"vdd_1v8\";\n" "> +\t\t\tregulator-min-microvolt = <1800000>;\n" "> +\t\t\tregulator-max-microvolt = <1800000>;\n" "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tldo4_reg: regulator@6 {\n" + "> +\t\tldo4_reg: regulator at 6 {\n" "> +\t\t\tregulator-name = \"vdd_3v3a\";\n" "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" @@ -363,7 +356,7 @@ "> +};\n" "> +\n" "> +&i2c0 {\n" - "> +\teeprom: eeprom@50 {\n" + "> +\teeprom: eeprom at 50 {\n" "> +\t\tcompatible = \"atmel,24c256\";\n" "> +\t\treg = <0x50>;\n" "> +\t};\n" @@ -444,4 +437,4 @@ "> +\tstatus = \"okay\";\n" > +}; -14e64140b9cd4752ccfffab0128d590183874df32a80d0c9d5ef5e6ed188ad15 +b8db59b09ef491eb80f9e3f0539e2a04ae3edffb94f7d2d15d12e15578db9aa4
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.