[Pdbg] [PATCH 17/17] dts: Update sbefifo related targets in p9 kernel backend

Amitay Isaacs amitay at ozlabs.org
Thu Oct 31 17:34:28 AEDT 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 p9-kernel.dts.m4 | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/p9-kernel.dts.m4 b/p9-kernel.dts.m4
index 8c2c35b..4ec1fad 100644
--- a/p9-kernel.dts.m4
+++ b/p9-kernel.dts.m4
@@ -23,15 +23,19 @@
 			system-path = "/proc0/pib";
 		};
 
-		sbefifo at 2400 { /* Bogus address */
-			reg = <0x0 0x2400 0x7>;
+		sft {
 			index = <0x0>;
-			compatible = "ibm,kernel-sbefifo";
+			compatible = "ibm,kernel-sbefifo-transport";
 			device-path = "/dev/sbefifo1";
 
-			sbefifo-mem {
-				      compatible = "ibm,sbefifo-mem";
-				      system-path = "/mem0";
+			sbefifo {
+				index = <0x0>;
+				compatible = "ibm,sbefifo";
+
+				sbefifo-mem {
+					compatible = "ibm,sbefifo-mem";
+					system-path = "/mem0";
+				};
 			};
 		};
 
@@ -47,22 +51,26 @@
 			pib at 1000 {
 				#address-cells = <0x2>;
 				#size-cells = <0x1>;
-				 reg = <0x0 0x1000 0x7>;
-				 index = <0x1>;
-				 compatible = "ibm,kernel-pib";
-				 device-path = "/dev/scom2";
-				 system-path = "/proc1/pib";
+				reg = <0x0 0x1000 0x7>;
+				index = <0x1>;
+				compatible = "ibm,kernel-pib";
+				device-path = "/dev/scom2";
+				system-path = "/proc1/pib";
 			};
 
-			sbefifo at 2400 { /* Bogus address */
-				reg = <0x0 0x2400 0x7>;
+			sft {
 				index = <0x1>;
-				compatible = "ibm,kernel-sbefifo";
+				compatible = "ibm,kernel-sbefifo-transport";
 				device-path = "/dev/sbefifo2";
 
-				sbefifo-mem {
-				      compatible = "ibm,sbefifo-mem";
-				      system-path = "/mem1";
+				sbefifo {
+					index = <0x1>;
+					compatible = "ibm,sbefifo";
+
+					sbefifo-mem {
+						compatible = "ibm,sbefifo-mem";
+						system-path = "/mem1";
+					};
 				};
 			};
 		};
-- 
2.21.0



More information about the Pdbg mailing list