diff for duplicates of <20180417171404.13624-1-robertcnelson@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 0a622e7..71a8161 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ Changes in v3: - Fix: Board eeprom in subject message. (accidently copied PocketBone) 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. @@ -55,12 +55,12 @@ index 000000000000..d2150d207b7a + +/ { + cpus { -+ cpu@0 { ++ cpu at 0 { + cpu0-supply = <&dcdc2_reg>; + }; + }; + -+ memory@80000000 { ++ memory at 80000000 { + device_type = "memory"; + reg = <0x80000000 0x20000000>; /* 512 MB */ + }; @@ -97,7 +97,7 @@ index 000000000000..d2150d207b7a + status = "okay"; + clock-frequency = <400000>; + -+ tps: tps@24 { ++ tps: tps at 24 { + reg = <0x24>; + }; +}; @@ -116,12 +116,12 @@ index 000000000000..d2150d207b7a + }; + + 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>; @@ -130,7 +130,7 @@ index 000000000000..d2150d207b7a + 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>; @@ -139,24 +139,24 @@ index 000000000000..d2150d207b7a + 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; + }; @@ -333,7 +333,7 @@ index 000000000000..62fe5cab9fae +}; + +&i2c0 { -+ eeprom: eeprom@50 { ++ eeprom: eeprom at 50 { + compatible = "atmel,24c256"; + reg = <0x50>; + }; diff --git a/a/content_digest b/N1/content_digest index 50d2ac0..87d0190 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,7 @@ - "From\0Robert Nelson <robertcnelson@gmail.com>\0" + "From\0robertcnelson@gmail.com (Robert Nelson)\0" "Subject\0[PATCH v3] ARM: dts: Add am335x-pocketbeagle\0" "Date\0Tue, 17 Apr 2018 12:14:04 -0500\0" - "To\0tony@atomide.com" - " devicetree@vger.kernel.org\0" - "Cc\0Drew Fustini <drew@beagleboard.org>" - Peter Robinson <pbrobinson@redhat.com> - Jason Kridner <jkridner@beagleboard.org> - linux-omap@vger.kernel.org - Robert Nelson <robertcnelson@gmail.com> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "PocketBeagle is an ultra-tiny-yet-complete open-source USB-key-fob computer.\n" @@ -29,7 +22,7 @@ "- Fix: Board eeprom in subject message. (accidently copied PocketBone)\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" @@ -68,12 +61,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" @@ -110,7 +103,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" @@ -129,12 +122,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" @@ -143,7 +136,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" @@ -152,24 +145,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" @@ -346,7 +339,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" @@ -429,4 +422,4 @@ "-- \n" 2.17.0 -873d6b81775369dbfea5fde31e27b68a8b4e72399906fc4e17aaaaa2f4f1786e +34c52a41fa0263efcc9a76aaa7224b5cb9c53f7769cdb5a96c66378ac22a2274
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.