@@ -114,7 +114,7 @@ static int host_pib_probe(struct pdbg_target *target)
static struct pib host_pib = {
.target = {
.name = "Host based debugfs SCOM",
- .compatible = "ibm,host-pib",
+ .compatible = "ibm,power-pib",
.class = "pib",
.probe = host_pib_probe,
},
@@ -1,7 +1,7 @@
define(`CHIP',`pib@$1 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,host-pib";
+ compatible = "ibm,power-pib";
reg = <$1>;
index = <$1>;
system-path = "/proc$1/pib";
@@ -8,7 +8,7 @@
pib@0 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,host-pib";
+ compatible = "ibm,power-pib";
reg = <0x0>;
index = <0x0>;
system-path = "/proc0/pib";
@@ -17,7 +17,7 @@
pib@8 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,host-pib";
+ compatible = "ibm,power-pib";
reg = <0x8>;
index = <0x8>;
system-path = "/proc1/pib";
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/host.c | 2 +- p8-host.dts.m4 | 2 +- p9-host.dts.m4 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)