[Pdbg] [PATCH 07/23] libpdbg: Rename ibm,bmcfsi -> ibm,power-fsi

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


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

diff --git a/libpdbg/bmcfsi.c b/libpdbg/bmcfsi.c
index 2f199fa..b295680 100644
--- a/libpdbg/bmcfsi.c
+++ b/libpdbg/bmcfsi.c
@@ -506,7 +506,7 @@ int bmcfsi_probe(struct pdbg_target *target)
 static struct fsi bmcfsi = {
 	.target = {
 		.name = "BMC GPIO bit-banging FSI master",
-		.compatible = "ibm,bmcfsi",
+		.compatible = "ibm,power-fsi",
 		.class = "fsi",
 		.probe = bmcfsi_probe,
 
diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4
index 70fdb14..f109e77 100644
--- a/p8-fsi.dts.m4
+++ b/p8-fsi.dts.m4
@@ -7,7 +7,7 @@
 	fsi at 0 {
 		#address-cells = <0x2>;
 		#size-cells = <0x1>;
-		compatible = "ibm,bmcfsi";
+		compatible = "ibm,power-fsi";
 		reg = <0x0 0x0 0x0>;
 
 		/* GPIO pin definitions */
diff --git a/p9-fsi.dtsi.m4 b/p9-fsi.dtsi.m4
index 3bbe43d..1b74104 100644
--- a/p9-fsi.dtsi.m4
+++ b/p9-fsi.dtsi.m4
@@ -6,7 +6,7 @@
 	fsi0: fsi at 0 {
 		#address-cells = <0x2>;
 		#size-cells = <0x1>;
-		compatible = "ibm,bmcfsi";
+		compatible = "ibm,power-fsi";
 		reg = <0x0 0x0 0x0>;
 		index = <0x0>;
 		status = "mustexist";
-- 
2.25.2



More information about the Pdbg mailing list