meta-quanta: gbs: Fix x86-power-control power-config-host0.json

https://gerrit.openbmc-project.xyz/42539 brought in a change in the
json, now requiring "gpio_configs".

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I0361d6c4ed6fa440ae2e32a4ce9c364ee91d8380
diff --git a/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json b/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json
index d9d3ed1..5916ccc 100644
--- a/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json
+++ b/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json
@@ -1,8 +1,10 @@
 {
-  "PostComplete": "POST_COMPLETE",
-  "PwrButton": "POWER_BUTTON",
-  "PwrOK": "PS_PWROK",
-  "PwrOut": "POWER_OUT",
-  "RstButton": "RESET_BUTTON",
-  "RstOut": "RESET_OUT"
+  "gpio_configs":{
+      "PostComplete": "POST_COMPLETE",
+      "PwrButton": "POWER_BUTTON",
+      "PwrOK": "PS_PWROK",
+      "PwrOut": "POWER_OUT",
+      "RstButton": "RESET_BUTTON",
+      "RstOut": "RESET_OUT"
+  }
 }