diff options
author | Fabio Baltieri <fabio.baltieri@linaro.org> | 2013-04-09 04:57:21 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-09 05:04:23 -0400 |
commit | f201f730b82393aa4969171d724025a82f7099da (patch) | |
tree | f23360f0ac96fdf8dad413ba317208af433a18a3 /drivers/mfd | |
parent | 03a8f438f55c7abaaa1ddf5422a6c4abd1bdc1f6 (diff) |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/ab8500-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 36751f37dd52..8e8a016effe9 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -1108,6 +1108,7 @@ static struct mfd_cell ab8500_devs[] = { | |||
1108 | }, | 1108 | }, |
1109 | { | 1109 | { |
1110 | .name = "ab8500-usb", | 1110 | .name = "ab8500-usb", |
1111 | .of_compatible = "stericsson,ab8500-usb", | ||
1111 | .num_resources = ARRAY_SIZE(ab8500_usb_resources), | 1112 | .num_resources = ARRAY_SIZE(ab8500_usb_resources), |
1112 | .resources = ab8500_usb_resources, | 1113 | .resources = ab8500_usb_resources, |
1113 | }, | 1114 | }, |