xref: /openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2015 Freescale Semiconductor, Inc.
4  */
5 
6 #ifndef __FSL_LS102XA_SOC_H
7 #define __FSL_LS102XA_SOC_H
8 
9 unsigned int get_soc_major_rev(void);
10 int arch_soc_init(void);
11 int ls102xa_smmu_stream_id_init(void);
12 
13 #ifdef CONFIG_SYS_FSL_ERRATUM_A010315
14 void erratum_a010315(void);
15 #endif
16 
17 #endif /* __FSL_LS102XA_SOC_H */
18