Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
linux
/
arch
/
mips
/
sibyte
/
common
/
dma.c
blob: eb47a94f3583edfa47fb17a3090ad89065c5fa7f [
file
] [
log
] [
blame
]
// 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
);
}