Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * arch/arm/plat-omap/include/plat/l3_2xxx.h - L3 firewall definitions
0004  *
0005  * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
0006  *  Sumit Semwal
0007  */
0008 #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H
0009 #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H
0010 
0011 /* L3 CONNIDs */
0012 /* Display Sub system (DSS) */
0013 #define OMAP2_L3_CORE_FW_CONNID_DSS         8
0014 
0015 #endif