quanta-q71l: phosphor-hwmon: Update temp paths

The i2c layout is different in the 4.10 device-tree and that changes
the paths required for the phosphor-hwmon configuration.

Change-Id: I669eaefbac7d0c21ea3bb76e6c7fcce2498a8e1d
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend b/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
index 64cf9a5..7e5e515 100644
--- a/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
+++ b/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
@@ -5,7 +5,7 @@
 ITEMS = "pwm-tacho-controller@1e786000.conf"
 
 TEMPS = "tmp75@4c tmp75@4e tmp75@4f"
-TEMPBASE = "ahb/apb/i2c/i2c-bus@80/{0}.conf"
+TEMPBASE = "ahb/apb/i2c@1e78a000/i2c-bus@80/{0}.conf"
 ITEMS += "${@compose_list(d, 'TEMPBASE', 'TEMPS')}"
 ITEMS += "iio-hwmon.conf"