]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: parse chosen node
authorRob Clark <robdclark@gmail.com>
Wed, 10 Jan 2018 10:33:30 +0000 (11:33 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jan 2018 16:35:38 +0000 (11:35 -0500)
commit83eb057309310ba118f4ab758e58fe9a566110f8
tree9c10c354b33fcfc98895cd471e8f8ddfdd660914
parent4711590fc6bb043c7dad405254fdfb1fd219efe3
dm: core: parse chosen node

This is the node that would contain, for example, the framebuffer setup
by an earlier stage.

Signed-off-by: Rob Clark <robdclark@gmail.com>
arch/sandbox/dts/test.dts
drivers/core/root.c
test/dm/bus.c
test/dm/test-fdt.c