commit | 0cf11c289fe540f2047ff3884ef5e8e0037a3b98 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jul 10 20:49:00 2017 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jul 13 19:13:13 2017 +0000 |
tree | 64d4329ffb07971645b5b54864ca83f290bc84f6 | |
parent | 116bb899db82d88be7eb1eedd6cc934b37520e12 [diff] |
wspoon: Inhibit phosphor-hwmon-config-mrw Use a hardcoded hwmon config file for the Witherspoon max31785 chip. Hopefully somewhat temporary workaround of missing tags in the Witherspoon MRW. Change-Id: Ibf03b6c566d600b34b52a0288e1c511b9ff07e4e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%.bbappend b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%.bbappend index 212859b..8aef1f1 100644 --- a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%.bbappend +++ b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
@@ -3,6 +3,7 @@ WSPOON_CHIPS = " \ i2c@1e78a000/i2c-bus@100/bmp280@77 \ i2c@1e78a000/i2c-bus@100/dps310@76 \ + i2c@1e78a000/i2c-bus@100/max31785@52 \ i2c@1e78a000/i2c-bus@140/ir35221@70 \ i2c@1e78a000/i2c-bus@140/ir35221@71 \ i2c@1e78a000/i2c-bus@180/ir35221@70 \
diff --git a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/max31785@52.conf b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/max31785@52.conf new file mode 100644 index 0000000..1e8698c --- /dev/null +++ b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/max31785@52.conf
@@ -0,0 +1,4 @@ +LABEL_fan1 = "fan0" +LABEL_fan2 = "fan1" +LABEL_fan3 = "fan2" +LABEL_fan4 = "fan3"