1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-09 08:36:34 +01:00
Files
u-boot-megous/include/dm
Simon Glass 15a1196be8 dm: core: Allow manual sequence numbering
Some buses have their own rules which require assigning sequence numbers
with a bus-specific algorithm. For example, PCI requires that sub-buses
are numbered higher than their parent buses, meaning effectively that
parent buses must be numbered only after all of their child buses have
been numbered.

Add a uclass flag to indicate that driver model should not assign sequence
numbers. In this case, the uclass must do it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-12-18 20:32:21 -07:00
..
2020-10-29 14:42:17 -06:00
2020-11-06 10:18:20 +08:00