[Pdbg] [PATCH 14/23] libpdbg: Rename ibm, host-pib -> ibm, power-pib

Amitay Isaacs amitay at ozlabs.org
Tue Apr 14 12:47:41 AEST 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libpdbg/host.c | 2 +-
 p8-host.dts.m4 | 2 +-
 p9-host.dts.m4 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libpdbg/host.c b/libpdbg/host.c
index 63a0d5b..e44fd39 100644
--- a/libpdbg/host.c
+++ b/libpdbg/host.c
@@ -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,
 	},
diff --git a/p8-host.dts.m4 b/p8-host.dts.m4
index c3f1a45..817e6db 100644
--- a/p8-host.dts.m4
+++ b/p8-host.dts.m4
@@ -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";
diff --git a/p9-host.dts.m4 b/p9-host.dts.m4
index 3b4c2b2..f2ca44b 100644
--- a/p9-host.dts.m4
+++ b/p9-host.dts.m4
@@ -8,7 +8,7 @@
 	pib at 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 at 8 {
 	      #address-cells = <0x2>;
 	      #size-cells = <0x1>;
-	      compatible = "ibm,host-pib";
+	      compatible = "ibm,power-pib";
 	      reg = <0x8>;
 	      index = <0x8>;
 	      system-path = "/proc1/pib";
-- 
2.25.2



More information about the Pdbg mailing list