From 7ef3a812dca12db98b2ce0ddcd349f27652d3db3 Mon Sep 17 00:00:00 2001 From: Deepa Karthikeyan Date: Fri, 29 Mar 2024 02:34:57 -0500 Subject: [PATCH] Fix the device path mapping for Everest putscom on odyssey -p89 called out the wrong location code, as the device path mapping for ocmb_chip-30 and ocmb_chip-31 were interchanged. This happens only on Everest system. Fixed it both for kernel and sbefifo path. Tested and working as expected. --- bmc-kernel-everest.dts.m4 | 4 ++-- bmc-sbefifo-everest.dts.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bmc-kernel-everest.dts.m4 b/bmc-kernel-everest.dts.m4 index e07a98d9c..401d928c3 100644 --- a/bmc-kernel-everest.dts.m4 +++ b/bmc-kernel-everest.dts.m4 @@ -240,8 +240,8 @@ define(`HMFSI_ODY', HMFSI_ODY(6, 4, 5, 14) HMFSI_ODY(7, 4, 5, 15) - HMFSI_ODY(0, 5, 6, 02) - HMFSI_ODY(1, 5, 6, 03) + HMFSI_ODY(0, 5, 6, 03) + HMFSI_ODY(1, 5, 6, 02) HMFSI_ODY(2, 5, 6, 10) HMFSI_ODY(3, 5, 6, 11) HMFSI_ODY(4, 5, 6, 14) diff --git a/bmc-sbefifo-everest.dts.m4 b/bmc-sbefifo-everest.dts.m4 index 1541cdfa4..1f9d7e5dd 100644 --- a/bmc-sbefifo-everest.dts.m4 +++ b/bmc-sbefifo-everest.dts.m4 @@ -232,8 +232,8 @@ define(`BMC_I2CBUS', HMFSI_ODY(6, 4, 5, 14) HMFSI_ODY(7, 4, 5, 15) - HMFSI_ODY(0, 5, 6, 02) - HMFSI_ODY(1, 5, 6, 03) + HMFSI_ODY(0, 5, 6, 03) + HMFSI_ODY(1, 5, 6, 02) HMFSI_ODY(2, 5, 6, 10) HMFSI_ODY(3, 5, 6, 11) HMFSI_ODY(4, 5, 6, 14)