-
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 problem with system EEPROM in "hw-mgmt"
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
- Loading branch information
Volodymyr Samotiy
committed
Aug 16, 2018
1 parent
c1e17c3
commit 88e0b1c
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
platform/mellanox/hw-management/Add-modprobe-config-for-at24-module.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,21 @@ | ||
From 2f70f5df445820fb86e3bd7f95707e0fb97b553f Mon Sep 17 00:00:00 2001 | ||
From: Volodymyr Samotiy <volodymyrs@mellanox.com> | ||
Date: Thu, 16 Aug 2018 17:21:37 +0300 | ||
Subject: Add modprobe config for "at24" module | ||
|
||
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> | ||
--- | ||
usr/etc/modprobe.d/mellanox-system-whitelist.conf | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 usr/etc/modprobe.d/mellanox-system-whitelist.conf | ||
|
||
diff --git a/usr/etc/modprobe.d/mellanox-system-whitelist.conf b/usr/etc/modprobe.d/mellanox-system-whitelist.conf | ||
new file mode 100644 | ||
index 0000000..a3eef57 | ||
--- /dev/null | ||
+++ b/usr/etc/modprobe.d/mellanox-system-whitelist.conf | ||
@@ -0,0 +1 @@ | ||
+options at24 io_limit=32 | ||
-- | ||
1.9.1 | ||
|
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