meta-facebook: harma: Update blacklist.json

Update blacklist.json for PSOC and SITV bus updates in DVT
Add blacklist "Bus 9 address 0x20" for preventing BIC Crashes on AEGIS
Del blacklist "Bus 11" for AEGIS FRU info

Change-Id: I01f061e28629509b25592023da6753f9293c2e89
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
diff --git a/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json b/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json
index a000e68..f6789eb 100644
--- a/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json
+++ b/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json
@@ -3,8 +3,7 @@
         8,
         {
           "bus": 9,
-          "addresses": ["0x30", "0x31", "0x3F", "0x43", "0x49", "0x4A", "0x4B", "0x4C", "0x71"]
-        },
-        11
+          "addresses": [ "0x20", "0x30", "0x31", "0x3F", "0x43", "0x49", "0x4A", "0x4B", "0x4C", "0x71"]
+        }
     ]
 }