Remove attribute name from hwmon conf

The hwmon conf files should have the sensor mapping,
not the attribute names

Resolves openbmc/openbmc#1778

Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Change-Id: I84a367a7b7ae69243073b2bb3c4838c44abe8434
diff --git a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@180/ir35221@71.conf b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@180/ir35221@71.conf
index a23873e..23cd969 100644
--- a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@180/ir35221@71.conf
+++ b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@180/ir35221@71.conf
@@ -1,2 +1,2 @@
-LABEL_temp1_input = "p1_vdn_temp"
-LABEL_temp2_input = "p1_vddr_temp"
+LABEL_temp1 = "p1_vdn_temp"
+LABEL_temp2 = "p1_vddr_temp"