commit | c3066663909a16bb9532f652b8fbdaa445d37724 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Oct 12 15:01:23 2017 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 24 20:17:13 2017 +0000 |
tree | 12e35d2b70bdf311ccba917d45ebbe49b2d3de47 | |
parent | a728a422efdc58250a1809e54f009eb98a278ced [diff] |
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-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend b/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend index 64cf9a5..7e5e515 100644 --- a/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend +++ b/meta-quanta/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"