@@ -341,7 +341,7 @@ static int cfam_hmfsi_probe(struct pdbg_target *target)
static struct fsi cfam_hmfsi = {
.target = {
.name = "CFAM hMFSI Port",
- .compatible = "ibm,fsi-hmfsi",
+ .compatible = "ibm,power-hmfsi",
.class = "fsi",
.probe = cfam_hmfsi_probe,
},
@@ -34,7 +34,7 @@
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,fsi-hmfsi";
+ compatible = "ibm,power-hmfsi";
reg = <0x0 0x100000 0x8000>;
port = <0x1>;
index = <0x1>;
@@ -54,7 +54,7 @@
hmfsi@180000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,fsi-hmfsi";
+ compatible = "ibm,power-hmfsi";
reg = <0x0 0x180000 0x80000>;
port = <0x2>;
index = <0x2>;
@@ -25,7 +25,7 @@
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,fsi-hmfsi";
+ compatible = "ibm,power-hmfsi";
reg = <0x0 0x100000 0x8000>;
port = <0x1>;
index = <0x1>;
@@ -24,7 +24,7 @@
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,fsi-hmfsi";
+ compatible = "ibm,power-hmfsi";
reg = <0x0 0x100000 0x8000>;
port = <0x1>;
index = <0x1>;
@@ -48,7 +48,7 @@
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
- compatible = "ibm,fsi-hmfsi";
+ compatible = "ibm,power-hmfsi";
reg = <0x0 0x100000 0x8000>;
port = <0x1>;
index = <0x1>;
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/cfam.c | 2 +- p8-fsi.dts.m4 | 4 ++-- p8-kernel.dts.m4 | 2 +- p9-fsi.dtsi.m4 | 2 +- p9-kernel.dts.m4 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-)