mfd: Add device tree support for max77686
authorYadwinder Singh Brar <yadi.brar01@gmail.com>
Fri, 6 Jul 2012 11:32:55 +0000 (17:02 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 9 Jul 2012 13:13:42 +0000 (15:13 +0200)
commitc1516f840dcd91e76712a047993e09d95034a66d
tree8aedaf38d74ea987ff38ca9de81731b59ccd3d8f
parent2b40459b7ee502c970d9f1dcf94dfa4d58ec1d85
mfd: Add device tree support for max77686

This patch adds device tree support for mfd driver and adds
Documentation/devicetree/bindings/mfd/max77686.txt.
This patch also intialize max77686 pointer to NULL in max77686_i2c_probe
to silent a compile time warning.

Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Documentation/devicetree/bindings/mfd/max77686.txt [new file with mode: 0644]
drivers/mfd/max77686.c