blob: 1fde8bce5d5458a84a3ad5ffdc1e8b4e54654d30 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Yao Yuane0f8f542015-12-05 14:59:10 +08002/*
3 * Copyright 2015 Freescale Semiconductor, Inc.
Yao Yuane0f8f542015-12-05 14:59:10 +08004 */
5
6#ifndef __FSL_LS102XA_SOC_H
7#define __FSL_LS102XA_SOC_H
8
9unsigned int get_soc_major_rev(void);
10int arch_soc_init(void);
Alison Wang69364922016-02-05 12:48:17 +080011int ls102xa_smmu_stream_id_init(void);
12
Alison Wangd6be97b2019-03-06 14:49:14 +080013void erratum_a008850_post(void);
14
Hou Zhiqiang4b23ca82016-08-02 19:03:27 +080015#ifdef CONFIG_SYS_FSL_ERRATUM_A010315
16void erratum_a010315(void);
17#endif
18
Yao Yuane0f8f542015-12-05 14:59:10 +080019#endif /* __FSL_LS102XA_SOC_H */