summaryrefslogtreecommitdiff
path: root/include/fdt_support.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-13 13:09:14 -0400
committerTom Rini <trini@konsulko.com>2021-05-13 13:09:14 -0400
commit530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9 (patch)
treee8b15ca22922539dc4500cc85679c537722ccc38 /include/fdt_support.h
parentea184cbff99ea1d82dcf94c95afe054e95da5069 (diff)
parent1569847e7c7b6cba6a04b5f5a5e7aa9caeeef41b (diff)
Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application'
- Improve support for various forms of extension boards and add DT overlay application support.
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r--include/fdt_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h
index e2a4689cd8a..1e4dbc0a8f6 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -352,6 +352,8 @@ int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width,
int fdt_overlay_apply_verbose(void *fdt, void *fdto);
+int fdt_valid(struct fdt_header **blobp);
+
/**
* fdt_get_cells_len() - Get the length of a type of cell in top-level nodes
*