ls102xa_soc.h 363 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2015 Freescale Semiconductor, Inc.
  4. */
  5. #ifndef __FSL_LS102XA_SOC_H
  6. #define __FSL_LS102XA_SOC_H
  7. unsigned int get_soc_major_rev(void);
  8. int arch_soc_init(void);
  9. int ls102xa_smmu_stream_id_init(void);
  10. #ifdef CONFIG_SYS_FSL_ERRATUM_A010315
  11. void erratum_a010315(void);
  12. #endif
  13. #endif /* __FSL_LS102XA_SOC_H */