control:p10bmc: Preload nvme and planar temps

When nvme and planar temps were added to the 2sec temperature collection
loop, they were not included in the temp sensors that should be
preloaded when the event is enabled. Need these temps preloaded like the
others so that an initial temperature value is in fan control's cache
set.

Change-Id: I2c12bf143ba9afaecf27639c2d6c56a87db5b005
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/config_files/p10bmc/ibm,rainier-1s4u/events.json b/control/config_files/p10bmc/ibm,rainier-1s4u/events.json
index 6771da4..60c2aa3 100644
--- a/control/config_files/p10bmc/ibm,rainier-1s4u/events.json
+++ b/control/config_files/p10bmc/ibm,rainier-1s4u/events.json
@@ -382,6 +382,16 @@
          "name": "vdd vrm temps",
          "interface": "xyz.openbmc_project.Sensor.Value",
          "property": { "name": "Value" }
+       },
+       {
+         "name": "nvme temps",
+         "interface": "xyz.openbmc_project.Sensor.Value",
+         "property": { "name": "Value" }
+       },
+       {
+         "name": "planar temps",
+         "interface": "xyz.openbmc_project.Sensor.Value",
+         "property": { "name": "Value" }
        }
      ],
      "triggers": [