l3_2xxx.h 421 B

123456789101112131415
  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. /* L3 CONNIDs */
  11. /* Display Sub system (DSS) */
  12. #define OMAP2_L3_CORE_FW_CONNID_DSS 8
  13. #endif