Message ID | 20200414024750.20170-8-amitay@ozlabs.org |
---|---|
State | Superseded |
Headers | show |
Series | Enable drivers per backend | expand |
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 |
diff --git a/libpdbg/bmcfsi.c b/libpdbg/bmcfsi.c index 2f199fa..b295680 100644 --- a/libpdbg/bmcfsi.c +++ b/libpdbg/bmcfsi.c @@ -506,7 +506,7 @@ int bmcfsi_probe(struct pdbg_target *target) static struct fsi bmcfsi = { .target = { .name = "BMC GPIO bit-banging FSI master", - .compatible = "ibm,bmcfsi", + .compatible = "ibm,power-fsi", .class = "fsi", .probe = bmcfsi_probe, diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4 index 70fdb14..f109e77 100644 --- a/p8-fsi.dts.m4 +++ b/p8-fsi.dts.m4 @@ -7,7 +7,7 @@ fsi@0 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,bmcfsi"; + compatible = "ibm,power-fsi"; reg = <0x0 0x0 0x0>; /* GPIO pin definitions */ diff --git a/p9-fsi.dtsi.m4 b/p9-fsi.dtsi.m4 index 3bbe43d..1b74104 100644 --- a/p9-fsi.dtsi.m4 +++ b/p9-fsi.dtsi.m4 @@ -6,7 +6,7 @@ fsi0: fsi@0 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,bmcfsi"; + compatible = "ibm,power-fsi"; reg = <0x0 0x0 0x0>; index = <0x0>; status = "mustexist";
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/bmcfsi.c | 2 +- p8-fsi.dts.m4 | 2 +- p9-fsi.dtsi.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)