]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add helper method fdt_find_child to make access to child nodes easier.
authorgonzo <gonzo@FreeBSD.org>
Fri, 22 May 2015 02:00:44 +0000 (02:00 +0000)
committergonzo <gonzo@FreeBSD.org>
Fri, 22 May 2015 02:00:44 +0000 (02:00 +0000)
commit721376a5c9d5d2b8efdd1a396039113b3030ba73
tree050a14614b2fdd1fe90a09d2053c6fcbf1a33cfb
parentd4a944133dd8aae5171fd708f5251632d6b5dc5b
Add helper method fdt_find_child to make access to child nodes easier.

Some FDT nodes have complex properties organized as a child sub-nodes
(e.g. timing for LCD panel) we need easy way to obtain handles for
these sub-nodes
sys/dev/fdt/fdt_common.c
sys/dev/fdt/fdt_common.h