[PATCH] of: base: Match simple-mfd devices

Sascha Hauer s.hauer at pengutronix.de
Mon May 23 03:23:26 PDT 2016


Some simple-buses are now considered to be simple-mfd devices. Match
them aswell.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 drivers/of/base.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/of/base.c b/drivers/of/base.c
index cbe7b7c..3099c91 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 */
 	}
 };
-- 
2.8.1




More information about the barebox mailing list