[Pdbg] [PATCH 22/23] libpdbg: Rename ibm, sbefifo-{mem, mem-pba, chipop} -> ibm, power-{mem, mempba, chipop}
Amitay Isaacs
amitay at ozlabs.org
Tue Apr 14 12:47:49 AEST 2020
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
libpdbg/sbefifo.c | 6 +++---
p9-cronus.dts.m4 | 12 ++++++------
p9-kernel.dts.m4 | 12 ++++++------
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/libpdbg/sbefifo.c b/libpdbg/sbefifo.c
index ce605da..3532086 100644
--- a/libpdbg/sbefifo.c
+++ b/libpdbg/sbefifo.c
@@ -270,7 +270,7 @@ static void sbefifo_release(struct pdbg_target *target)
static struct mem sbefifo_mem = {
.target = {
.name = "SBE FIFO Chip-op based memory access",
- .compatible = "ibm,sbefifo-mem",
+ .compatible = "ibm,power-mem",
.class = "mem",
},
.read = sbefifo_op_getmem,
@@ -281,7 +281,7 @@ DECLARE_HW_UNIT(sbefifo_mem);
static struct mem sbefifo_pba = {
.target = {
.name = "SBE FIFO Chip-op based memory access",
- .compatible = "ibm,sbefifo-mem-pba",
+ .compatible = "ibm,power-mempba",
.class = "mem",
},
.read = sbefifo_op_getmem_pba,
@@ -292,7 +292,7 @@ DECLARE_HW_UNIT(sbefifo_pba);
static struct chipop sbefifo_chipop = {
.target = {
.name = "SBE FIFO Chip-op engine",
- .compatible = "ibm,sbefifo-chipop",
+ .compatible = "ibm,power-chipop",
.class = "chipop",
},
.ffdc_get = sbefifo_op_ffdc_get,
diff --git a/p9-cronus.dts.m4 b/p9-cronus.dts.m4
index 29c524c..2cd5950 100644
--- a/p9-cronus.dts.m4
+++ b/p9-cronus.dts.m4
@@ -30,17 +30,17 @@
compatible = "ibm,power-sbefifo";
sbefifo-chipop {
- compatible = "ibm,sbefifo-chipop";
+ compatible = "ibm,power-chipop";
index = <0x0>;
};
sbefifo-mem {
- compatible = "ibm,sbefifo-mem";
+ compatible = "ibm,power-mem";
system-path = "/mem0";
};
sbefifo-pba {
- compatible = "ibm,sbefifo-mem-pba";
+ compatible = "ibm,power-mempba";
system-path = "/mempba0";
};
};
@@ -50,17 +50,17 @@
compatible = "ibm,power-sbefifo";
sbefifo-chipop {
- compatible = "ibm,sbefifo-chipop";
+ compatible = "ibm,power-chipop";
index = <0x1>;
};
sbefifo-mem {
- compatible = "ibm,sbefifo-mem";
+ compatible = "ibm,power-mem";
system-path = "/mem1";
};
sbefifo-pba {
- compatible = "ibm,sbefifo-mem-pba";
+ compatible = "ibm,power-mempba";
system-path = "/mempba1";
};
};
diff --git a/p9-kernel.dts.m4 b/p9-kernel.dts.m4
index dd15798..3ac1329 100644
--- a/p9-kernel.dts.m4
+++ b/p9-kernel.dts.m4
@@ -30,17 +30,17 @@
device-path = "/dev/sbefifo1";
sbefifo-mem {
- compatible = "ibm,sbefifo-mem";
+ compatible = "ibm,power-mem";
system-path = "/mem0";
};
sbefifo-pba {
- compatible = "ibm,sbefifo-mem-pba";
+ compatible = "ibm,power-mempba";
system-path = "/mempba0";
};
sbefifo-chipop {
- compatible = "ibm,sbefifo-chipop";
+ compatible = "ibm,power-chipop";
index = <0x0>;
};
};
@@ -71,17 +71,17 @@
device-path = "/dev/sbefifo2";
sbefifo-mem {
- compatible = "ibm,sbefifo-mem";
+ compatible = "ibm,power-mem";
system-path = "/mem1";
};
sbefifo-pba {
- compatible = "ibm,sbefifo-mem-pba";
+ compatible = "ibm,power-mempba";
system-path = "/mempba1";
};
sbefifo-chipop {
- compatible = "ibm,sbefifo-chipop";
+ compatible = "ibm,power-chipop";
index = <0x1>;
};
};
--
2.25.2
More information about the Pdbg
mailing list