aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/l3_2xxx.h
blob: c2bd8d86202bf125ed9cdb58b238f1729ceed0fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * arch/arm/plat-omap/include/plat/l3_2xxx.h - L3 firewall definitions
 *
 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
 *	Sumit Semwal
 */
#ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H
#define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H

/* L3 CONNIDs */
/* Display Sub system (DSS) */
#define OMAP2_L3_CORE_FW_CONNID_DSS			8

#endif