diff options
author | Alison Wang <b18965@freescale.com> | 2016-02-05 12:48:17 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-02-24 08:51:15 -0800 |
commit | a08b1921b4a477abe1ac4482fae9ec4bcb3cd27e (patch) | |
tree | 6ffe9dfc719b1bfc558a1a24c5c77ce8af7ff580 /arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | |
parent | a12a0ef89e2905c6e08c9a22858725cec68d1821 (diff) |
armv7: ls102xa: Move smmu and stream id initialization into the common soc code
The initialization for smmu and stream id is moved into the common soc
code.
Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h b/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h index f10cb91f4b..a354684bcc 100644 --- a/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h +++ b/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h @@ -9,4 +9,6 @@ unsigned int get_soc_major_rev(void); int arch_soc_init(void); +int ls102xa_smmu_stream_id_init(void); + #endif /* __FSL_LS102XA_SOC_H */ |