[Pdbg] [PATCH 18/23] libpdbg: Rename ibm, power8-opb-hmfsi -> ibm, power8-hmfsi
Amitay Isaacs
amitay at ozlabs.org
Tue Apr 14 12:47:45 AEST 2020
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
libpdbg/cfam.c | 2 +-
p8-i2c.dts.m4 | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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 at 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 at 180000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,power8-opb-hmfsi";
+ compatible = "ibm,power8-hmfsi";
reg = <0x180000 0x80000>;
port = <0x2>;
index = <0x2>;
--
2.25.2
More information about the Pdbg
mailing list