Skip to content

Commit e343b87

Browse files
thangtran-amperehieul.ampere
authored and
hieul.ampere
committed
meta-ampere: mtjade: EM: update blacklist configuration
Mt.Jade platform only has FRU devices on the i2c3 and i2c6. Others i2c devices are not FRU devices. This commit updates the list of i2c bus and address of devices that are never scanned by fru-device to improve fru-device application. Signed-off-by: Thang Tran <[email protected]>
1 parent 725d5c4 commit e343b87

File tree

1 file changed

+19
-1
lines changed
  • meta-ampere/meta-jade/recipes-phosphor/configuration/entity-manager

1 file changed

+19
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
{
2-
"buses": [5,50,51,52,53,54,55,56,57,60,61,62,63,64,65,66,67,70,71,72,73,74,75,76,77,80,81]
2+
"buses": [
3+
0, 1, 2,
4+
{
5+
"bus": 3,
6+
"addresses": ["0x28", "0x29", "0x2A", "0x2B", "0x2C", "0x2D"]
7+
},
8+
4, 5,
9+
{
10+
"bus": 6,
11+
"addresses": ["0x58", "0x59"]
12+
},
13+
7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
14+
26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43,
15+
44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61,
16+
62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
17+
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97,
18+
98, 99
19+
]
320
}
21+

0 commit comments

Comments
 (0)