All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20240425213701.655540-11-eajames@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index e9bbbc9..162fb62 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -36,20 +36,20 @@ index b1be2ceb7e69..000000000000
 -
 -Examples:
 -
--    i2c at 1800 {
+-    i2c@1800 {
 -        compatible = "ibm,i2c-fsi";
 -        reg = < 0x1800 0x400 >;
 -        #address-cells = <1>;
 -        #size-cells = <0>;
 -
--        i2c-bus at 0 {
+-        i2c-bus@0 {
 -            reg = <0>;
 -        };
 -
--        i2c-bus at 1 {
+-        i2c-bus@1 {
 -            reg = <1>;
 -
--            eeprom at 50 {
+-            eeprom@50 {
 -                compatible = "vendor,dev-name";
 -            };
 -        };
@@ -96,24 +96,24 @@ index 000000000000..473a45de1b6c
 +
 +examples:
 +  - |
-+    i2c at 1800 {
++    i2c@1800 {
 +        compatible = "ibm,i2c-fsi";
 +        reg = <0x1800 0x400>;
 +        #address-cells = <1>;
 +        #size-cells = <0>;
 +
-+        i2c-bus at 0 {
++        i2c-bus@0 {
 +            #address-cells = <1>;
 +            #size-cells = <0>;
 +            reg = <0>;
 +        };
 +
-+        i2c-bus at 1 {
++        i2c-bus@1 {
 +            #address-cells = <1>;
 +            #size-cells = <0>;
 +            reg = <1>;
 +
-+            eeprom at 50 {
++            eeprom@50 {
 +                compatible = "atmel,24c64";
 +                reg = <0x50>;
 +            };
diff --git a/a/content_digest b/N1/content_digest
index 12f5bf3..028aaa8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,6 +3,18 @@
  "Subject\0[PATCH v3 10/14] dt-bindings: i2c: i2c-fsi: Switch to yaml format\0"
  "Date\0Thu, 25 Apr 2024 16:36:57 -0500\0"
  "To\0linux-aspeed@lists.ozlabs.org\0"
+ "Cc\0eajames@linux.ibm.com"
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-fsi@lists.ozlabs.org
+  linux-spi@vger.kernel.org
+  linux-i2c@vger.kernel.org
+  lakshmiy@us.ibm.com
+  robh@kernel.org
+  krzk+dt@kernel.org
+  conor+dt@kernel.org
+  joel@jms.id.au
+ " andrew@codeconstruct.com.au\0"
  "\00:1\0"
  "b\0"
  "Switch to yaml for the FSI-attached I2C controller.\n"
@@ -43,20 +55,20 @@
  "-\n"
  "-Examples:\n"
  "-\n"
- "-    i2c at 1800 {\n"
+ "-    i2c@1800 {\n"
  "-        compatible = \"ibm,i2c-fsi\";\n"
  "-        reg = < 0x1800 0x400 >;\n"
  "-        #address-cells = <1>;\n"
  "-        #size-cells = <0>;\n"
  "-\n"
- "-        i2c-bus at 0 {\n"
+ "-        i2c-bus@0 {\n"
  "-            reg = <0>;\n"
  "-        };\n"
  "-\n"
- "-        i2c-bus at 1 {\n"
+ "-        i2c-bus@1 {\n"
  "-            reg = <1>;\n"
  "-\n"
- "-            eeprom at 50 {\n"
+ "-            eeprom@50 {\n"
  "-                compatible = \"vendor,dev-name\";\n"
  "-            };\n"
  "-        };\n"
@@ -103,24 +115,24 @@
  "+\n"
  "+examples:\n"
  "+  - |\n"
- "+    i2c at 1800 {\n"
+ "+    i2c@1800 {\n"
  "+        compatible = \"ibm,i2c-fsi\";\n"
  "+        reg = <0x1800 0x400>;\n"
  "+        #address-cells = <1>;\n"
  "+        #size-cells = <0>;\n"
  "+\n"
- "+        i2c-bus at 0 {\n"
+ "+        i2c-bus@0 {\n"
  "+            #address-cells = <1>;\n"
  "+            #size-cells = <0>;\n"
  "+            reg = <0>;\n"
  "+        };\n"
  "+\n"
- "+        i2c-bus at 1 {\n"
+ "+        i2c-bus@1 {\n"
  "+            #address-cells = <1>;\n"
  "+            #size-cells = <0>;\n"
  "+            reg = <1>;\n"
  "+\n"
- "+            eeprom at 50 {\n"
+ "+            eeprom@50 {\n"
  "+                compatible = \"atmel,24c64\";\n"
  "+                reg = <0x50>;\n"
  "+            };\n"
@@ -129,4 +141,4 @@
  "-- \n"
  2.39.3
 
-92e44fad684e8a297c899de38211ea29065b83988336b9604f653bdae0c41566
+582bc7fe471de98b9d6e67f1ffd33a445dd5e523ab37ff822626bbf194d5a45d

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.