configs: Modify poll rate on Nisqually
The sensors in the PCIe region don't need to be read faster than once a
second.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ib23c83f6f960fcfec29c129cfb9b0e466af701ec
diff --git a/configurations/nisqually.json b/configurations/nisqually.json
index dd4db2a..c8caaac 100644
--- a/configurations/nisqually.json
+++ b/configurations/nisqually.json
@@ -32,12 +32,14 @@
"Address": "0x48",
"Bus": 8,
"Name": "PCIE 0 Temp",
+ "PollRate": 1,
"Type": "TMP75"
},
{
"Address": "0x4A",
"Bus": 8,
"Name": "PCIE 1 Temp",
+ "PollRate": 1,
"Type": "TMP75"
},
{