Skip to content

Commit 8021604

Browse files
DanSCohenogalbxela
authored andcommitted
Title:[Bug][MLXLINK] Page 0x2F is not printed in dump
Description:Page 0x2F was missing from valid pages. Issue:4272664 Reviewed By:HarelK,MajdH MSTFlint port needed: yes Change-Id: I1f807eee0638dc9116d6e17a4679b0b0565ac935
1 parent 277f11f commit 8021604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlxlink/modules/mlxlink_cables_commander.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,8 @@ void MlxlinkCablesCommander::initValidPages()
907907
p = page_t{page, UPPER_PAGE_OFFSET, I2C_ADDR_LOW};
908908
_validPages.push_back(p);
909909
}
910+
p = page_t{PAGE_2F, UPPER_PAGE_OFFSET, I2C_ADDR_LOW};
911+
_validPages.push_back(p);
910912
}
911913

912914
/*

0 commit comments

Comments
 (0)