summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/include/mach/sys_proto.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-04 12:22:43 -0400
committerTom Rini <trini@konsulko.com>2019-10-04 12:22:43 -0400
commit62861c70d3128680823fa091dcc2f6fee3bca30c (patch)
tree1effa13c5319dcb55f5167d707d1662c0de9503b /arch/arm/mach-k3/include/mach/sys_proto.h
parent2baa731d0076b9aff721a2c737c479f65cc931e9 (diff)
parentd90fc9c3deb6a9941a9cd0ba764e9c74e5060186 (diff)
downloadu-boot-62861c70d3128680823fa091dcc2f6fee3bca30c.tar.gz
Merge branch '2019-10-04-master-imports'WIP/04Oct2019
- Assorted TI platform fixes - Revert the change that broke environment flag validation - Assorted typo fixes - Assorted Kconfig dependency fixes - Other minor bug fixes
Diffstat (limited to 'arch/arm/mach-k3/include/mach/sys_proto.h')
-rw-r--r--arch/arm/mach-k3/include/mach/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/include/mach/sys_proto.h b/arch/arm/mach-k3/include/mach/sys_proto.h
index 45832b45a1..3c825aa3d1 100644
--- a/arch/arm/mach-k3/include/mach/sys_proto.h
+++ b/arch/arm/mach-k3/include/mach/sys_proto.h
@@ -14,4 +14,6 @@ struct ti_sci_handle *get_ti_sci_handle(void);
int fdt_fixup_msmc_ram(void *blob, char *parent_path, char *node_name);
int do_board_detect(void);
void release_resources_for_core_shutdown(void);
+int fdt_disable_node(void *blob, char *node_path);
+
#endif