2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-12-05 06:59:10 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2015 Freescale Semiconductor, Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __FSL_LS102XA_SOC_H
|
|
|
|
#define __FSL_LS102XA_SOC_H
|
|
|
|
|
|
|
|
unsigned int get_soc_major_rev(void);
|
|
|
|
int arch_soc_init(void);
|
2016-02-05 04:48:17 +00:00
|
|
|
int ls102xa_smmu_stream_id_init(void);
|
|
|
|
|
2019-03-06 06:49:14 +00:00
|
|
|
void erratum_a008850_post(void);
|
|
|
|
|
2016-08-02 11:03:27 +00:00
|
|
|
#ifdef CONFIG_SYS_FSL_ERRATUM_A010315
|
|
|
|
void erratum_a010315(void);
|
|
|
|
#endif
|
|
|
|
|
2015-12-05 06:59:10 +00:00
|
|
|
#endif /* __FSL_LS102XA_SOC_H */
|