summaryrefslogtreecommitdiff
path: root/arch/mips/sibyte/common/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sibyte/common/dma.c')
-rw-r--r--arch/mips/sibyte/common/dma.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/sibyte/common/dma.c b/arch/mips/sibyte/common/dma.c
new file mode 100644
index 000000000000..eb47a94f3583
--- /dev/null
+++ b/arch/mips/sibyte/common/dma.c
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * DMA support for Broadcom SiByte platforms.
+ *
+ * Copyright (c) 2018 Maciej W. Rozycki
+ */
+
+#include <linux/swiotlb.h>
+#include <asm/bootinfo.h>
+
+void __init plat_swiotlb_setup(void)
+{
+ swiotlb_init(1);
+}