xref: /linux/arch/arm/mach-omap2/l3_2xxx.h (revision b83deaa741558babf4b8d51d34f6637ccfff1b26)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * arch/arm/plat-omap/include/plat/l3_2xxx.h - L3 firewall definitions
4  *
5  * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
6  *	Sumit Semwal
7  */
8 #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H
9 #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H
10 
11 /* L3 CONNIDs */
12 /* Display Sub system (DSS) */
13 #define OMAP2_L3_CORE_FW_CONNID_DSS			8
14 
15 #endif
16