kernel: Maxim max31785 workarounds

This contains two workarounds for the Maxim max31785. The first is to
fix the lack of configuration of the fan installed bits in the
FAN_CONFIG_1_2 register.

The second is a workaround for a i2c issue observed when testing the
code. This is still being root caused.

Andrew Jeffery (3):
      dt-bindings: max31785: Add use-stored-presence property
      max31785: Support use-stored-presence devicetree property
      pmbus: max31785: Work around back-to-back writes with FAN_CONFIG_1_2

Change-Id: I226646aba538ce2e4e8560f706d80389cf52c544
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 1de72ed..60ebd3b 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="7ed1754af0cae68d8fb552cebbf0799fe38a03ed"
+SRCREV="03afe5775baf06c3037d62cc2a15628079af38c9"
 
 require linux-obmc.inc