summaryrefslogtreecommitdiff
path: root/meta-fii
diff options
context:
space:
mode:
authorMustafa Shehabi <mustafa.shehabi@fii-na.com>2021-08-23 23:27:13 +0300
committerMustafa Shehabi <mustafa.shehabi@fii-na.com>2021-08-24 00:30:27 +0300
commit0ad4530d13f6af21acf3b9e241a32b76fdd8743c (patch)
tree08fd60e8e763c2f344d00f3aee5c58f4ecc75423 /meta-fii
parent7d637776938c77d69752a72a09edc90ebde93164 (diff)
downloadopenbmc-0ad4530d13f6af21acf3b9e241a32b76fdd8743c.tar.xz
meta-fii/meta-kudo: Add I2C bus 12 to blacklist
Add I2C bus 12 to blacklist file in the EM configuration 12 is slave and Fru device should not be scanning it. Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com> Change-Id: I51c66f7b322113d2b4120a266b053ea3e92cc0fa
Diffstat (limited to 'meta-fii')
-rw-r--r--meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json b/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json
index b304fe1d9..cba3d0108 100644
--- a/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json
+++ b/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json
@@ -1,3 +1,3 @@
{
- "buses": [1]
+ "buses": [1, 12]
}