Yao Yuan | e0f8f54 | 2015-12-05 14:59:10 +0800 | [diff] [blame] | 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); |
Alison Wang | 6936492 | 2016-02-05 12:48:17 +0800 | [diff] [blame] | 12 | int ls102xa_smmu_stream_id_init(void); |
| 13 | |
Hou Zhiqiang | 4b23ca8 | 2016-08-02 19:03:27 +0800 | [diff] [blame] | 14 | #ifdef CONFIG_SYS_FSL_ERRATUM_A010315 |
| 15 | void erratum_a010315(void); |
| 16 | #endif |
| 17 | |
Yao Yuan | e0f8f54 | 2015-12-05 14:59:10 +0800 | [diff] [blame] | 18 | #endif /* __FSL_LS102XA_SOC_H */ |