diff mbox series

[18/23] libpdbg: Rename ibm, power8-opb-hmfsi -> ibm, power8-hmfsi

Message ID 20200414024750.20170-19-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-i2c.dts.m4  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c
index 0b0b6f0..5364d5f 100644
--- a/libpdbg/cfam.c
+++ b/libpdbg/cfam.c
@@ -283,7 +283,7 @@  static int p8_hmfsi_probe(struct pdbg_target *target)
 static struct fsi p8_opb_hmfsi = {
 	.target = {
 		.name = "POWER8 OPB attached hMFSI",
-		.compatible = "ibm,power8-opb-hmfsi",
+		.compatible = "ibm,power8-hmfsi",
 		.class = "fsi",
 		.probe = p8_hmfsi_probe,
 	},
diff --git a/p8-i2c.dts.m4 b/p8-i2c.dts.m4
index 255df72..71b5d27 100644
--- a/p8-i2c.dts.m4
+++ b/p8-i2c.dts.m4
@@ -24,7 +24,7 @@ 
 			hmfsi@100000 {
 				#address-cells = <0x2>;
 				#size-cells = <0x1>;
-				compatible = "ibm,power8-opb-hmfsi";
+				compatible = "ibm,power8-hmfsi";
 				reg = <0x100000 0x80000>;
 				port = <0x1>;
 				index = <0x1>;
@@ -43,7 +43,7 @@ 
 			hmfsi@180000 {
 				#address-cells = <0x2>;
 				#size-cells = <0x1>;
-				compatible = "ibm,power8-opb-hmfsi";
+				compatible = "ibm,power8-hmfsi";
 				reg = <0x180000 0x80000>;
 				port = <0x2>;
 				index = <0x2>;