Thomas Gleixner | 2874c5f | 2019-05-27 08:55:01 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Senthilvadivu Guruswamy | 996746c | 2011-02-22 09:50:36 +0200 | [diff] [blame] | 2 | /* |
| 3 | * arch/arm/plat-omap/include/plat/l3_2xxx.h - L3 firewall definitions |
| 4 | * |
Alexander A. Klimov | 83bf6db | 2020-07-19 12:30:33 +0200 | [diff] [blame] | 5 | * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ |
Senthilvadivu Guruswamy | 996746c | 2011-02-22 09:50:36 +0200 | [diff] [blame] | 6 | * Sumit Semwal |
Senthilvadivu Guruswamy | 996746c | 2011-02-22 09:50:36 +0200 | [diff] [blame] | 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 |