commit | 8ebaf20d814adb8c9f80cbcf96a2c03e27901f02 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue May 03 13:24:07 2011 -0500 |
committer | Gerald Van Baren <gvb@unssw.com> | Thu Jul 14 21:43:36 2011 -0400 |
tree | 20138fc22710710eb3762a550be1873db689b498 | |
parent | 7b64da1c4f3526643e2b27a6a766b9324ae48cdf [diff] |
fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() Introduce two functions, fdt_verify_alias_address() and fdt_get_base_address(), which can be used to verify the physical address of a device in a device tree. fdt_get_base_address() returns the base address of an SOC or PCI node. fdt_verify_alias_address() prints a message if the address of a node specified by an alias does not match the given physical address. Signed-off-by: Timur Tabi <timur@freescale.com>