diff options
Diffstat (limited to 'drivers/of/platform.c')
-rw-r--r-- | drivers/of/platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index a01f57c9e34e..ddf8e42c9367 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c | |||
@@ -25,6 +25,7 @@ | |||
25 | 25 | ||
26 | const struct of_device_id of_default_bus_match_table[] = { | 26 | const struct of_device_id of_default_bus_match_table[] = { |
27 | { .compatible = "simple-bus", }, | 27 | { .compatible = "simple-bus", }, |
28 | { .compatible = "simple-mfd", }, | ||
28 | #ifdef CONFIG_ARM_AMBA | 29 | #ifdef CONFIG_ARM_AMBA |
29 | { .compatible = "arm,amba-bus", }, | 30 | { .compatible = "arm,amba-bus", }, |
30 | #endif /* CONFIG_ARM_AMBA */ | 31 | #endif /* CONFIG_ARM_AMBA */ |