swift:  Add pcie temp sensor hwmon configs

Swift uses 2 TMP275s to monitor the PCIE inlet temp, one between
cards 0 and 1, and the other between cards 2 and 3.  They are both
on I2C bus 12.

Tested:  Built an image and checked rootfs for the config files.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I4b40404b15bca04c3deb8a412aaf3363174cd740
diff --git a/meta-witherspoon/recipes-phosphor/sensors/swift-phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@440/tmp275@48.conf b/meta-witherspoon/recipes-phosphor/sensors/swift-phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@440/tmp275@48.conf
new file mode 100644
index 0000000..a96bb93
--- /dev/null
+++ b/meta-witherspoon/recipes-phosphor/sensors/swift-phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@440/tmp275@48.conf
@@ -0,0 +1,5 @@
+LABEL_temp1 = "pcie0_1"
+WARNHI_temp1 = "60000"
+WARNLO_temp1 = "0"
+CRITHI_temp1 = "70000"
+CRITLO_temp1 = "0"