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