Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * arch/arm/plat-omap/include/plat/l3_3xxx.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_3XXX_H
0009 #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_3XXX_H
0010 
0011 /* L3 Initiator IDs */
0012 /* Display Sub system (DSS) */
0013 #define OMAP3_L3_CORE_FW_INIT_ID_DSS            29
0014 
0015 #endif