[U-Boot] [PATCH v2 0/2] dm: core: add clocks node scan

patrice.chotard at st.com patrice.chotard at st.com
Tue Aug 8 12:34:49 UTC 2017


From: Patrice Chotard <patrice.chotard at st.com>

v2:	_ implement this feature in dm_extended_scan_dt() which can be called 
	  from test/dm/test-main.c to insure that test scan DT clocks
	  sub-nodes
	_ replace fdt_path_offset() by ofnode_path()
	_ update sandbox dedicated test

Patrice Chotard (2):
  dm: core: add clocks node scan
  dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in
    dm_do_test

 arch/sandbox/dts/test.dts | 10 ++++++----
 drivers/core/root.c       | 34 ++++++++++++++++++++++++++++++++--
 include/dm/root.h         | 14 ++++++++++++++
 test/dm/test-main.c       |  2 +-
 4 files changed, 53 insertions(+), 7 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list