summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/of/base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index cbe7b7cec4..3099c91579 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1787,6 +1787,8 @@ const struct of_device_id of_default_bus_match_table[] = {
{
.compatible = "simple-bus",
}, {
+ .compatible = "simple-mfd",
+ }, {
/* sentinel */
}
};