Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: ab8500-core: Add of_compatilbe property for ab8500-usb

Add of_comptabile string to the ab8500-usb cell to allow the driver to
grab properties from device-tree when available.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Fabio Baltieri and committed by
Samuel Ortiz
f201f730 03a8f438

+1
+1
drivers/mfd/ab8500-core.c
··· 1108 1108 }, 1109 1109 { 1110 1110 .name = "ab8500-usb", 1111 + .of_compatible = "stericsson,ab8500-usb", 1111 1112 .num_resources = ARRAY_SIZE(ab8500_usb_resources), 1112 1113 .resources = ab8500_usb_resources, 1113 1114 },