Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  *  DMA support for Broadcom SiByte platforms.
0004  *
0005  *  Copyright (c) 2018  Maciej W. Rozycki
0006  */
0007 
0008 #include <linux/swiotlb.h>
0009 #include <asm/bootinfo.h>
0010 
0011 void __init plat_swiotlb_setup(void)
0012 {
0013     swiotlb_init(true, SWIOTLB_VERBOSE);
0014 }