@@ -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,
@@ -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";
};
};
@@ -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>;
};
};
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/sbefifo.c | 6 +++--- p9-cronus.dts.m4 | 12 ++++++------ p9-kernel.dts.m4 | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-)