@@ -283,7 +283,7 @@ static int p8_hmfsi_probe(struct pdbg_target *target)
static struct fsi p8_opb_hmfsi = {
.target = {
.name = "POWER8 OPB attached hMFSI",
- .compatible = "ibm,power8-opb-hmfsi",
+ .compatible = "ibm,power8-hmfsi",
.class = "fsi",
.probe = p8_hmfsi_probe,
},
@@ -24,7 +24,7 @@
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,power8-opb-hmfsi";
+ compatible = "ibm,power8-hmfsi";
reg = <0x100000 0x80000>;
port = <0x1>;
index = <0x1>;
@@ -43,7 +43,7 @@
hmfsi@180000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,power8-opb-hmfsi";
+ compatible = "ibm,power8-hmfsi";
reg = <0x180000 0x80000>;
port = <0x2>;
index = <0x2>;
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/cfam.c | 2 +- p8-i2c.dts.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)