From 0ad4530d13f6af21acf3b9e241a32b76fdd8743c Mon Sep 17 00:00:00 2001 From: Mustafa Shehabi Date: Mon, 23 Aug 2021 15:27:13 -0500 Subject: 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 Change-Id: I51c66f7b322113d2b4120a266b053ea3e92cc0fa --- .../recipes-phosphor/configuration/entity-manager/blacklist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-fii/meta-kudo') 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 b304fe1d91..cba3d0108f 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] } -- cgit v1.2.3