diff mbox series

[09/23] libpdbg: Rename ibm, power8-i2c-slave -> ibm-power8-i2c-pib

Message ID 20200414024750.20170-10-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/i2c.c | 2 +-
 p8-i2c.dts.m4 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/libpdbg/i2c.c b/libpdbg/i2c.c
index e3d508b..672b981 100644
--- a/libpdbg/i2c.c
+++ b/libpdbg/i2c.c
@@ -164,7 +164,7 @@  int i2c_target_probe(struct pdbg_target *target)
 static struct pib p8_i2c_pib = {
 	.target = {
 		.name =	"POWER8 I2C Slave",
-		.compatible = "ibm,power8-i2c-slave",
+		.compatible = "ibm,power8-i2c-pib",
 		.class = "pib",
 		.probe = i2c_target_probe,
 	},
diff --git a/p8-i2c.dts.m4 b/p8-i2c.dts.m4
index 3ea4b59..a272d62 100644
--- a/p8-i2c.dts.m4
+++ b/p8-i2c.dts.m4
@@ -8,7 +8,7 @@ 
 	pib@50 {
 		#address-cells = <0x2>;
 		#size-cells = <0x1>;
-		compatible = "ibm,power8-i2c-slave";
+		compatible = "ibm,power8-i2c-pib";
 		bus = "/dev/i2c4";
 		reg = <0x50>;
 		index = <0x0>;