2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-12-05 14:59:10 +08: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 12:48:17 +08:00
|
|
|
int ls102xa_smmu_stream_id_init(void);
|
|
|
|
|
2019-03-06 14:49:14 +08:00
|
|
|
void erratum_a008850_post(void);
|
|
|
|
|
2016-08-02 19:03:27 +08:00
|
|
|
#ifdef CONFIG_SYS_FSL_ERRATUM_A010315
|
|
|
|
void erratum_a010315(void);
|
|
|
|
#endif
|
|
|
|
|
2015-12-05 14:59:10 +08:00
|
|
|
#endif /* __FSL_LS102XA_SOC_H */
|