X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=871ef4524b7ef545a8831eb2571f4c16a4a1a82f;hb=ab86f72c354f9b2572340f72b74ca0a258c451bd;hp=54af9fe712be655434051f6ffb021ad61de78c14;hpb=9efac4a1eb99d9c5539aa6992025eeacab7980c6;p=karo-tx-uboot.git diff --git a/include/fdt_support.h b/include/fdt_support.h index 54af9fe712..871ef4524b 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -86,6 +86,7 @@ void fdt_del_node_and_alias(void *blob, const char *alias); u64 fdt_translate_address(void *blob, int node_offset, const u32 *in_addr); int fdt_node_offset_by_compat_reg(void *blob, const char *compat, phys_addr_t compat_off); +int fdt_alloc_phandle(void *blob); #endif /* ifdef CONFIG_OF_LIBFDT */ #endif /* ifndef __FDT_SUPPORT_H */