From: Lee Jones Date: Wed, 8 May 2013 13:29:09 +0000 (+0100) Subject: mfd: ab8500-core: Pass GPADC compatible string to MFD core X-Git-Tag: v3.10-rc3~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955de2eab3fd89bc6d5735817710926ba5817450;p=pandora-kernel.git mfd: ab8500-core: Pass GPADC compatible string to MFD core When booting with Device Tree enabled the MFD core uses each device's compatible string to find and allocate its associated of_node pointer, which in turn is passed to the driver via the platform_device struct. Without it, the driver won't be able to interrogate the Device Tree or locate suitable regulators and will most likely fail to probe. Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed