* [PATCH] of: base: Match simple-mfd devices
@ 2016-05-23 10:23 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2016-05-23 10:23 UTC (permalink / raw)
To: Barebox List
Some simple-buses are now considered to be simple-mfd devices. Match
them aswell.
Signed-off-by: Sascha Hauer <s.hauer@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-23 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23 10:23 [PATCH] of: base: Match simple-mfd devices Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox