summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8/sys_proto.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-05-05 20:28:43 +0800
committerStefano Babic <sbabic@denx.de>2020-05-10 20:55:20 +0200
commited5b253d0e3e6290e63afdb37b71ce9503b6bd5f (patch)
tree9597cae7daa46ac01f92cef128a2eb72b580ac4b /arch/arm/include/asm/arch-imx8/sys_proto.h
parent42b26ddc80266cbe9d56526b198afed0b433bfb2 (diff)
imx: imx8qm/qxp: check whether m4 partition booted
Add code to check m4 partition booted or not, we will use this to runtime set device tree file that passed to Linux Kernel. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx8/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-imx8/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sys_proto.h b/arch/arm/include/asm/arch-imx8/sys_proto.h
index 2a08ef939d..6f1fc8f999 100644
--- a/arch/arm/include/asm/arch-imx8/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx8/sys_proto.h
@@ -29,3 +29,4 @@ int sc_pm_setup_uart(sc_rsrc_t uart_rsrc, sc_pm_clock_rate_t clk_rate);
int imx8_power_domain_lookup_name(const char *name,
struct power_domain *power_domain);
void imx8_power_off_pd_devices(const char *permanent_on_devices[], int size);
+bool m4_parts_booted(void);