diff mbox series

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

Message ID 20200414024750.20170-15-amitay@ozlabs.org
State Superseded
Headers show
Series Enable drivers per backend | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (6ae2ba655ca5e24b403a33bf15dff7261d3e7052)
snowpatch_ozlabs/build-multiarch success Test build-multiarch on branch master

Commit Message

Amitay Isaacs April 14, 2020, 2:47 a.m. UTC
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(-)
diff mbox series

Patch

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@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";