summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-ls102xa
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2016-02-05 04:48:17 (GMT)
committerYork Sun <york.sun@nxp.com>2016-02-24 16:51:15 (GMT)
commita08b1921b4a477abe1ac4482fae9ec4bcb3cd27e (patch)
tree6ffe9dfc719b1bfc558a1a24c5c77ce8af7ff580 /arch/arm/include/asm/arch-ls102xa
parenta12a0ef89e2905c6e08c9a22858725cec68d1821 (diff)
downloadu-boot-fsl-qoriq-a08b1921b4a477abe1ac4482fae9ec4bcb3cd27e.tar.xz
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')
-rw-r--r--arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h2
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 f10cb91..a354684 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 */