Skip to content

Commit

Permalink
[mellanox]: Fix system EEPROM for MSN2740 platform (#1950)
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
  • Loading branch information
Volodymyr Samotiy authored and lguohan committed Aug 20, 2018
1 parent 98082d5 commit 4aa3f7a
Showing 1 changed file with 25 additions and 0 deletions.
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 <volodymyrs@mellanox.com>
Date: Fri, 17 Aug 2018 13:27:16 +0300
Subject: Fix system EEPROM for MSN2740 platform

Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
---
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

0 comments on commit 4aa3f7a

Please sign in to comment.