[PATCH v3 36/40] fsi: i2cr: Adjust virtual CFAM ID to match Odyssey chip

From: Eddie James
Date: Thu May 16 2024 - 14:27:37 EST


The CFAM ID for the I2CR should be the same as the Odyssey chip.

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

diff --git a/drivers/fsi/fsi-master-i2cr.c b/drivers/fsi/fsi-master-i2cr.c
index 40f1f4d231e52..c032ba7938815 100644
--- a/drivers/fsi/fsi-master-i2cr.c
+++ b/drivers/fsi/fsi-master-i2cr.c
@@ -22,7 +22,7 @@
#define I2CR_LOG_CMD 0x60008

static const u8 i2cr_cfam[] = {
- 0xc0, 0x02, 0x0d, 0xa6,
+ 0xc0, 0x01, 0x0c, 0x07,
0x80, 0x01, 0x10, 0x02,
0x80, 0x01, 0x10, 0x02,
0x80, 0x01, 0x10, 0x02,
--
2.39.3