kernel: Add MAX31785 devicetree support and communications workarounds

Andrew Jeffery (5):
      dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation
      pmbus (max31785): Add support for devicetree configuration
      pmbus (core): One-shot retries for failure to set page
      pmbus (core): Use driver callbacks in pmbus_get_fan_rate()
      pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers

Change-Id: Ieb59d4bf0ab1e93ec4fb12488420afd7d0070f7d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/common/recipes-kernel/linux/linux-obmc_4.13.bb b/common/recipes-kernel/linux/linux-obmc_4.13.bb
index 90b4a06..3699cca 100644
--- a/common/recipes-kernel/linux/linux-obmc_4.13.bb
+++ b/common/recipes-kernel/linux/linux-obmc_4.13.bb
@@ -1,6 +1,6 @@
 KBRANCH ?= "dev-4.13"
 LINUX_VERSION ?= "4.13.16"
 
-SRCREV="d86bf903d3fe4d19b3b11c92b19b736ee07edc5d"
+SRCREV="101790466fa90d70d475ef015df8aa1527a23a73"
 
 require linux-obmc.inc