diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2018-05-07 15:01:30 -0500 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2018-05-07 15:01:30 -0500 |
commit | ea83568493909b29e5bad5f8f4cc24e8d37c67f9 (patch) | |
tree | 18ba3b52767ca655208c3fc6908f8c30d60dac3d | |
parent | b960fa7dc3f82b382ad81344d84f61186e5d204a (diff) | |
download | talos-openbmc-ea83568493909b29e5bad5f8f4cc24e8d37c67f9.tar.gz talos-openbmc-ea83568493909b29e5bad5f8f4cc24e8d37c67f9.zip |
Remove broken ASpeed PWM fan and tach driver tie-in
The current 4.10 kernel returns a bus error when attempting to read from the ASpeed fan controller tach. This causes a massive amount of systemd spam as the interface continues to attempt to rebind.
Disable pending a fix in a newer kernel version.
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%.bbappend b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%.bbappend index 282e21c5b..e2d3a1f88 100644 --- a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%.bbappend +++ b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%.bbappend @@ -1,7 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" TALOS_CHIPS = " \ - pwm-tacho-controller@1e786000 \ i2c@1e78a000/i2c-bus@440/max31785@52 \ i2c@1e78a000/i2c-bus@440/w83773g@4c \ i2c@1e78a000/i2c-bus@440/power-supply@68 \ diff --git a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf deleted file mode 100644 index cfa98a3c8..000000000 --- a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf +++ /dev/null @@ -1 +0,0 @@ -LABEL_fan15 = "fan6" |