kernel: new Maxim MAX31785A driver
Andrew has cooked us up a proper pmbus MAX31785A driver. This bumps the kernel
to include that driver, the device tree updates for the new bindings, and a
userspace change for Witherspoon.
The userspace change was reviewed and got five +1's:
phosphor-hwmon: Update Witherspoon fan labels for PMBus driver
The reimplementation of the max37185 fan controller driver uses the
Linux PMBus subsystem, which exposes the installed number of fans
rather than all supported fan IO.
https://gerrit.openbmc-project.xyz/#/c/5564/
It is included in this commit so the system remains bisectable.
Andrew Jeffery (6):
dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation
ARM: dts: aspeed: witherspoon: Update max31785 node
hwmon: pmbus: Add fan control support
hwmon: Remove MAX31785 implementation
pmbus: Add driver for Maxim MAX31785 Intelligent Fan Controller
ARM: dts: aspeed: Witherspoon has a MAX31785A fan controller
Joel Stanley (2):
ARM: dts: aspeed: romulus: Update max31785 node
ARM: dts: aspeed: firestone: Update max31785 node
Change-Id: I7a7b86f5ee6ff38803d4f62c3d3ac99edbea45fb
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/common/recipes-kernel/linux/linux-obmc_4.10.bb b/common/recipes-kernel/linux/linux-obmc_4.10.bb
index 8159795..24a613c 100644
--- a/common/recipes-kernel/linux/linux-obmc_4.10.bb
+++ b/common/recipes-kernel/linux/linux-obmc_4.10.bb
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-4.10"
LINUX_VERSION ?= "4.10.17"
-SRCREV="bbd291e4ce0009aa07183c94a77b08211422ed99"
+SRCREV="44f0dc8ac43162c4f7082884d6cd79400341bf5b"
require linux-obmc.inc