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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux