summaryrefslogtreecommitdiff
path: root/include/fdt_support.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-11-23 16:51:41 +0530
committerSimon Glass <sjg@chromium.org>2017-12-24 12:42:50 -0700
commit6bedf44714a145e09fddb8c5a03ada210b812ec9 (patch)
treee66a7e07ba6826daf4093d0aff21388831b1c0e5 /include/fdt_support.h
parent24acb83d8f04e9a49f161c07d38da50c70e9f16d (diff)
downloadu-boot-socfpga-6bedf44714a145e09fddb8c5a03ada210b812ec9.tar.gz
arm: Add support of updating dts before fix-up
"ethernet" node fix-up for device tree happens before Linux boot. There can be requirement of updating "ethernet" node even before fix-up. So, add support of updating "ethernet" node. Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r--include/fdt_support.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h
index e0f908636c..f00fadcddb 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -290,4 +290,7 @@ int fdt_overlay_apply_verbose(void *fdt, void *fdto);
int fdtdec_get_int(const void *blob, int node, const char *prop_name,
int default_val);
#endif
+#ifdef CONFIG_FMAN_ENET
+int fdt_update_ethernet_dt(void *blob);
+#endif
#endif /* ifndef __FDT_SUPPORT_H */