[PATCH v6 20/20] fsi: scom: Update compatible string to match documentation

From: Eddie James
Date: Wed May 22 2024 - 15:29:47 EST


Use p9-scom instead of fsi2pib.

Signed-off-by: Eddie James <eajames@xxxxxxxxxxxxx>
---
drivers/fsi/fsi-scom.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/fsi/fsi-scom.c b/drivers/fsi/fsi-scom.c
index 61dbda9dbe2b0..4558b96474e09 100644
--- a/drivers/fsi/fsi-scom.c
+++ b/drivers/fsi/fsi-scom.c
@@ -590,6 +590,7 @@ static int scom_remove(struct device *dev)

static const struct of_device_id scom_of_ids[] = {
{ .compatible = "ibm,fsi2pib" },
+ { .compatible = "ibm,p9-scom" },
{ }
};
MODULE_DEVICE_TABLE(of, scom_of_ids);
--
2.39.3