@@ -670,7 +670,7 @@ int thread_getregs(struct pdbg_target *thread, struct thread_regs *regs)
static struct proc proc = {
.target = {
.name = "Processor Module",
- .compatible = "ibm,processor",
+ .compatible = "ibm,power-proc",
.class = "proc",
},
};
@@ -1,7 +1,7 @@
define(`PROC',`
define(`PROC_ID',`$1')dnl
proc$1 {
- compatible = "ibm,power8-proc", "ibm,processor";
+ compatible = "ibm,power8-proc", "ibm,power-proc";
index = <$1>;
fsi {
@@ -7,7 +7,7 @@
};
proc0 {
- compatible = "ibm,power9-proc", "ibm,processor";
+ compatible = "ibm,power9-proc", "ibm,power-proc";
index = < 0x00 >;
fsi {
@@ -1723,7 +1723,7 @@
};
proc1 {
- compatible = "ibm,power9-proc", "ibm,processor";
+ compatible = "ibm,power9-proc", "ibm,power-proc";
index = < 0x01 >;
fsi {
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/chip.c | 2 +- p8.dts.m4 | 2 +- p9.dts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)