diff mbox series

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

Message ID 20200414024750.20170-21-amitay@ozlabs.org
State Superseded
Headers show
Series Enable drivers per backend | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (6ae2ba655ca5e24b403a33bf15dff7261d3e7052)
snowpatch_ozlabs/build-multiarch success Test build-multiarch on branch master

Commit Message

Amitay Isaacs April 14, 2020, 2:47 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@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 mbox series

Patch

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@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@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@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@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@100000 {
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
-			compatible = "ibm,fsi-hmfsi";
+			compatible = "ibm,power-hmfsi";
 			reg = <0x0 0x100000 0x8000>;
 			port = <0x1>;
 			index = <0x1>;