DCMI: Get power reading - add witherspoon config

The D-Bus object that captures the power reading varies
from system to system, using JSON config file to specify
the D-Bus object to read based on the sytem.

Change-Id: I2bfac0826b051d243b4edba34cc0b0e09dc648cf
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/power_reading.json b/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/power_reading.json
new file mode 100644
index 0000000..97e8f32
--- /dev/null
+++ b/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/power_reading.json
@@ -0,0 +1,3 @@
+{
+  "path": "/xyz/openbmc_project/sensors/power/total_power"
+}