Skip to content

Commit b64aec5

Browse files
Volodymyr Samotiylguohan
Volodymyr Samotiy
authored andcommitted
[mellanox]: Fix problem with system EEPROM in "hw-mgmt" (#1951)
Signed-off-by: Volodymyr Samotiy <[email protected]>
1 parent 46ba781 commit b64aec5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From 2f70f5df445820fb86e3bd7f95707e0fb97b553f Mon Sep 17 00:00:00 2001
2+
From: Volodymyr Samotiy <[email protected]>
3+
Date: Thu, 16 Aug 2018 17:21:37 +0300
4+
Subject: Add modprobe config for "at24" module
5+
6+
Signed-off-by: Volodymyr Samotiy <[email protected]>
7+
---
8+
usr/etc/modprobe.d/mellanox-system-whitelist.conf | 1 +
9+
1 file changed, 1 insertion(+)
10+
create mode 100644 usr/etc/modprobe.d/mellanox-system-whitelist.conf
11+
12+
diff --git a/usr/etc/modprobe.d/mellanox-system-whitelist.conf b/usr/etc/modprobe.d/mellanox-system-whitelist.conf
13+
new file mode 100644
14+
index 0000000..a3eef57
15+
--- /dev/null
16+
+++ b/usr/etc/modprobe.d/mellanox-system-whitelist.conf
17+
@@ -0,0 +1 @@
18+
+options at24 io_limit=32
19+
--
20+
1.9.1
21+

0 commit comments

Comments
 (0)