Skip to content
Snippets Groups Projects
Commit 57251285 authored by Simon Glass's avatar Simon Glass
Browse files

dm: Add support for generic system controllers (syscon)


Many SoCs have a number of system controllers which are dealt with as a
group by a single driver. It is a pain to have to add lots of compatible
strings and/or separate drivers for each. Instead we can identify the
controllers by a number and request the address of the one we want.

Add a simple implementation of this which can be used by SoC driver code.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6f98b750
No related branches found
No related tags found
No related merge requests found
Loading
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