Add missing 'Offsets' key to the occ sensors yaml

The commit e245e4e932279a112325dae06d7c12cf9e8ed833 in
phosphor-host-ipmid introduced a breaking change that requires sensor
input yamls to have a key called 'Offsets'.

Change-Id: I6be7c4cde2236752e0d7139f2b7cd2a26a1753d4
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml b/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml
index de3c840..8628060 100644
--- a/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml
+++ b/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml
@@ -7,6 +7,7 @@
   interfaces:
     org.open_power.OCC.Status:
       OccActive:
+        Offsets:
           0x00:
             assert: false
             deassert: true
@@ -24,6 +25,7 @@
   interfaces:
     org.open_power.OCC.Status:
       OccActive:
+        Offsets:
           0x00:
             assert: false
             deassert: true