blob: 6297c62428ac33bea0e9614ea68b51408c0b22c5 [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Senthilvadivu Guruswamy996746c2011-02-22 09:50:36 +02002/*
3 * arch/arm/plat-omap/include/plat/l3_2xxx.h - L3 firewall definitions
4 *
Alexander A. Klimov83bf6db2020-07-19 12:30:33 +02005 * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
Senthilvadivu Guruswamy996746c2011-02-22 09:50:36 +02006 * Sumit Semwal
Senthilvadivu Guruswamy996746c2011-02-22 09:50:36 +02007 */
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