aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXiaowei Bao <xiaowei.bao@nxp.com>2020-07-09 23:31:34 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-07-27 14:24:15 +0530
commitfd00c53fb399708a210e365d768b35e8692a46b8 (patch)
treefe81d59ce3d1e890e67bf3b4314782dc45fe962d /include
parent118e58e26eba4129737880b1ba39ca7c0181e1bd (diff)
downloadu-boot-fd00c53fb399708a210e365d768b35e8692a46b8.zip
u-boot-fd00c53fb399708a210e365d768b35e8692a46b8.tar.gz
u-boot-fd00c53fb399708a210e365d768b35e8692a46b8.tar.bz2
pci_ep: Add the init function
Some EP deivces need to initialize before RC scan it, e.g. NXP layerscape platform, so add the init function in pci_ep uclass. Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
index e727031..de408ba 100644
--- a/include/init.h
+++ b/include/init.h
@@ -213,6 +213,7 @@ int set_cpu_clk_info(void);
int update_flash_size(int flash_size);
int arch_early_init_r(void);
void pci_init(void);
+void pci_ep_init(void);
int misc_init_r(void);
#if defined(CONFIG_VID)
int init_func_vid(void);