[U-Boot] [PATCH 2/2] fdt: Add fdt_node_offset_by_compat_reg helper

Kumar Gala galak at kernel.crashing.org
Sat Jul 17 17:49:07 CEST 2010


On Jul 4, 2010, at 1:18 PM, Kumar Gala wrote:

> Given a compatiable string and physical address try and find a node that
> matches.  This is useful when we want to find a specific device node to
> update (for example if we have multiple PCI nodes we can use the
> physical address to distinquish them when trying to update the device
> tree).
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> common/fdt_support.c  |   27 +++++++++++++++++++++++++++
> include/fdt_support.h |    2 ++
> 2 files changed, 29 insertions(+), 0 deletions(-)

Jerry,

Any comments?

- k


More information about the U-Boot mailing list