Skip to content
Snippets Groups Projects
Commit 9f56917a authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

dm: core: make simple-bus compatible to simple-mfd


Simple MFD devices can bind children without special bus configuration.
Like Linux, let's handle "simple-mfd" in the same way as "simple-bus".

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 3f603cbb
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ UCLASS_DRIVER(simple_bus) = { ...@@ -53,6 +53,7 @@ UCLASS_DRIVER(simple_bus) = {
static const struct udevice_id generic_simple_bus_ids[] = { static const struct udevice_id generic_simple_bus_ids[] = {
{ .compatible = "simple-bus" }, { .compatible = "simple-bus" },
{ .compatible = "simple-mfd" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment