[Pdbg] [PATCH 20/23] libpdbg: Rename ibm, fsi-hmfsi -> ibm, power-hmfsi

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


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

diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c
index bbaba30..dc4cf2d 100644
--- a/libpdbg/cfam.c
+++ b/libpdbg/cfam.c
@@ -341,7 +341,7 @@ static int cfam_hmfsi_probe(struct pdbg_target *target)
 static struct fsi cfam_hmfsi = {
 	.target = {
 		.name = "CFAM hMFSI Port",
-		.compatible = "ibm,fsi-hmfsi",
+		.compatible = "ibm,power-hmfsi",
 		.class = "fsi",
 		.probe = cfam_hmfsi_probe,
 	},
diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4
index 0777e8d..9e761eb 100644
--- a/p8-fsi.dts.m4
+++ b/p8-fsi.dts.m4
@@ -34,7 +34,7 @@
 		hmfsi at 100000 {
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
-			compatible = "ibm,fsi-hmfsi";
+			compatible = "ibm,power-hmfsi";
 			reg = <0x0 0x100000 0x8000>;
 			port = <0x1>;
 			index = <0x1>;
@@ -54,7 +54,7 @@
 		hmfsi at 180000 {
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
-			compatible = "ibm,fsi-hmfsi";
+			compatible = "ibm,power-hmfsi";
 			reg = <0x0 0x180000 0x80000>;
 			port = <0x2>;
 			index = <0x2>;
diff --git a/p8-kernel.dts.m4 b/p8-kernel.dts.m4
index 74f2a6e..92c473f 100644
--- a/p8-kernel.dts.m4
+++ b/p8-kernel.dts.m4
@@ -25,7 +25,7 @@
 	       hmfsi at 100000 {
 		       #address-cells = <0x2>;
 		       #size-cells = <0x1>;
-		       compatible = "ibm,fsi-hmfsi";
+		       compatible = "ibm,power-hmfsi";
 		       reg = <0x0 0x100000 0x8000>;
 		       port = <0x1>;
 		       index = <0x1>;
diff --git a/p9-fsi.dtsi.m4 b/p9-fsi.dtsi.m4
index 91cc120..6d64123 100644
--- a/p9-fsi.dtsi.m4
+++ b/p9-fsi.dtsi.m4
@@ -24,7 +24,7 @@
 		hmfsi at 100000 {
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
-			compatible = "ibm,fsi-hmfsi";
+			compatible = "ibm,power-hmfsi";
 			reg = <0x0 0x100000 0x8000>;
 			port = <0x1>;
 			index = <0x1>;
diff --git a/p9-kernel.dts.m4 b/p9-kernel.dts.m4
index 0b92289..dd15798 100644
--- a/p9-kernel.dts.m4
+++ b/p9-kernel.dts.m4
@@ -48,7 +48,7 @@
 		hmfsi at 100000 {
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
-			compatible = "ibm,fsi-hmfsi";
+			compatible = "ibm,power-hmfsi";
 			reg = <0x0 0x100000 0x8000>;
 			port = <0x1>;
 			index = <0x1>;
-- 
2.25.2



More information about the Pdbg mailing list