Skip to content

Commit

Permalink
Fix the device path mapping for Everest
Browse files Browse the repository at this point in the history
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.

 # Please enter the commit message for your changes. Lines
starting # with '#' will be ignored, and an empty message aborts the
commit.
  • Loading branch information
deepakala-k committed Mar 29, 2024
1 parent c1199fe commit 7e83345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bmc-kernel-everest.dts.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions bmc-sbefifo-everest.dts.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e83345

Please sign in to comment.