[Pdbg] [PATCH 19/23] libpdbg: Rename ibm,fsi-pib -> ibm,power-pib

Amitay Isaacs amitay at ozlabs.org
Tue Apr 14 12:47:46 AEST 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libpdbg/cfam.c   | 2 +-
 p8-fsi.dts.m4    | 6 +++---
 p8-i2c.dts.m4    | 4 ++--
 p8-kernel.dts.m4 | 4 ++--
 p9-fsi.dtsi.m4   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c
index 5364d5f..bbaba30 100644
--- a/libpdbg/cfam.c
+++ b/libpdbg/cfam.c
@@ -118,7 +118,7 @@ static int fsi2pib_reset(struct pdbg_target *target)
 static struct pib fsi_pib = {
 	.target = {
 		.name =	"POWER FSI2PIB",
-		.compatible = "ibm,fsi-pib",
+		.compatible = "ibm,power-pib",
 		.class = "pib",
 		.probe = fsi2pib_reset,
 	},
diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4
index a5682a2..0777e8d 100644
--- a/p8-fsi.dts.m4
+++ b/p8-fsi.dts.m4
@@ -26,7 +26,7 @@
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
 			reg = <0x0 0x1000 0x7>;
-			compatible = "ibm,fsi-pib";
+			compatible = "ibm,power-pib";
 			index = <0x0>;
 			system-path = "/proc0/pib";
 		};
@@ -44,7 +44,7 @@
 				#address-cells = <0x2>;
 				#size-cells = <0x1>;
 				reg = <0x0 0x1000 0x7>;
-				compatible = "ibm,fsi-pib";
+				compatible = "ibm,power-pib";
 				index = <0x1>;
 				system-path = "/proc1/pib";
 			};
@@ -64,7 +64,7 @@
 				#address-cells = <0x2>;
 				#size-cells = <0x1>;
 				reg = <0x0 0x1000 0x7>;
-				compatible = "ibm,fsi-pib";
+				compatible = "ibm,power-pib";
 				index = <0x2>;
 				system-path = "/proc2/pib";
 			};
diff --git a/p8-i2c.dts.m4 b/p8-i2c.dts.m4
index 71b5d27..abbf760 100644
--- a/p8-i2c.dts.m4
+++ b/p8-i2c.dts.m4
@@ -34,7 +34,7 @@
 					#address-cells = <0x2>;
 					#size-cells = <0x1>;
 					reg = <0x0 0x1000 0x7>;
-					compatible = "ibm,fsi-pib";
+					compatible = "ibm,power-pib";
 					index = <0x1>;
 					system-path = "/proc1/pib";
 				};
@@ -53,7 +53,7 @@
 					#address-cells = <0x2>;
 					#size-cells = <0x1>;
 					reg = <0x0 0x1000 0x7>;
-					compatible = "ibm,fsi-pib";
+					compatible = "ibm,power-pib";
 					index = <0x2>;
 					system-path = "/proc2/pib";
 				};
diff --git a/p8-kernel.dts.m4 b/p8-kernel.dts.m4
index b00ed54..74f2a6e 100644
--- a/p8-kernel.dts.m4
+++ b/p8-kernel.dts.m4
@@ -18,7 +18,7 @@
 			#size-cells = <0x1>;
 			reg = <0x0 0x1000 0x7>;
 			index = <0x0>;
-			compatible = "ibm,fsi-pib";
+			compatible = "ibm,power-pib";
 			system-path = "/proc0/pib";
 	       };
 
@@ -35,7 +35,7 @@
 				#address-cells = <0x2>;
 				#size-cells = <0x1>;
 				reg = <0x0 0x1000 0x7>;
-				compatible = "ibm,fsi-pib";
+				compatible = "ibm,power-pib";
 				index = <0x1>;
 				system-path = "/proc1/pib";
 		       };
diff --git a/p9-fsi.dtsi.m4 b/p9-fsi.dtsi.m4
index a1d6a78..91cc120 100644
--- a/p9-fsi.dtsi.m4
+++ b/p9-fsi.dtsi.m4
@@ -17,7 +17,7 @@
 			 #size-cells = <0x1>;
 			 reg = <0x0 0x1000 0x7>;
 			 index = <0x0>;
-			 compatible = "ibm,fsi-pib";
+			 compatible = "ibm,power-pib";
 			 system-path = "/proc0/pib";
 		};
 
@@ -35,7 +35,7 @@
 				#size-cells = <0x1>;
 				reg = <0x0 0x1000 0x7>;
 				index = <0x1>;
-				compatible = "ibm,fsi-pib";
+				compatible = "ibm,power-pib";
 				system-path = "/proc1/pib";
 			};
 		};
-- 
2.25.2



More information about the Pdbg mailing list