From 57a648aabbb3e399cde3dcda749f8cb34b53b569 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 20 May 2016 12:09:52 +0200 Subject: of: base: Match simple-mfd devices Some simple-buses are now considered to be simple-mfd devices. Match them aswell. Signed-off-by: Sascha Hauer --- drivers/of/base.c | 2 ++ 1 file changed, 2 insertions(+) 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 @@ -1786,6 +1786,8 @@ const char *of_get_model(void) const struct of_device_id of_default_bus_match_table[] = { { .compatible = "simple-bus", + }, { + .compatible = "simple-mfd", }, { /* sentinel */ } -- cgit v1.2.3