-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mellanox]: Fix system EEPROM for MSN2740 platform (#1950)
Signed-off-by: Volodymyr Samotiy <[email protected]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
platform/mellanox/hw-management/Fix-system-EEPROM-for-MSN2740-platform.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From cebfa8338c2e5953a097de2a776bb680e7a34410 Mon Sep 17 00:00:00 2001 | ||
From: Volodymyr Samotiy <[email protected]> | ||
Date: Fri, 17 Aug 2018 13:27:16 +0300 | ||
Subject: Fix system EEPROM for MSN2740 platform | ||
|
||
Signed-off-by: Volodymyr Samotiy <[email protected]> | ||
--- | ||
usr/etc/mlnx/mlnx-hw-management | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/usr/etc/mlnx/mlnx-hw-management b/usr/etc/mlnx/mlnx-hw-management | ||
index 54cdd30..4f0d265 100755 | ||
--- a/usr/etc/mlnx/mlnx-hw-management | ||
+++ b/usr/etc/mlnx/mlnx-hw-management | ||
@@ -107,6 +107,7 @@ msn2740_connect_table=( mlxsw_minimal 0x48 2 \ | ||
max11603 0x64 5 \ | ||
tmp102 0x49 6 \ | ||
tmp102 0x48 7 \ | ||
+ 24c32 0x51 8 \ | ||
max11603 0x6d 15 \ | ||
24c32 0x51 16) | ||
|
||
-- | ||
1.9.1 | ||
|