X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=871ef4524b7ef545a8831eb2571f4c16a4a1a82f;hb=ab86f72c354f9b2572340f72b74ca0a258c451bd;hp=fc16159eb2f73710d178e913101d406533c7b6a5;hpb=929a213830612579e2413297ead6353615a64dc2;p=karo-tx-uboot.git diff --git a/include/fdt_support.h b/include/fdt_support.h index fc16159eb2..871ef4524b 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -83,6 +83,10 @@ int fdt_fixup_nor_flash_size(void *blob, int cs, u32 size); void fdt_fixup_mtdparts(void *fdt, void *node_info, int node_info_size); 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 */