Fix Odyssey chip data root nodes per attention type

Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
Change-Id: I37fd893042b161eeac95c90c38a8798e02513ef1
diff --git a/chip_data/odyssey/chip_odyssey.json b/chip_data/odyssey/chip_odyssey.json
index 7cbd04a..415d49e 100644
--- a/chip_data/odyssey/chip_odyssey.json
+++ b/chip_data/odyssey/chip_odyssey.json
@@ -3,19 +3,19 @@
     "model_ec": ["ODYSSEY_10"],
     "root_nodes": {
         "CHIP_CS": {
-            "name": "GFIR",
+            "name": "GFIR_CHIP_CS",
             "inst": 0
         },
         "RECOV": {
-            "name": "GFIR",
+            "name": "GFIR_RECOV",
             "inst": 0
         },
         "SP_ATTN": {
-            "name": "GFIR",
+            "name": "GFIR_SP_ATTN",
             "inst": 0
         },
         "UNIT_CS": {
-            "name": "GFIR",
+            "name": "GFIR_UNIT_CS",
             "inst": 0
         }
     }