cm44xx.h 624 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * OMAP4 Clock Management (CM) definitions
  4. *
  5. * Copyright (C) 2007-2011 Texas Instruments, Inc.
  6. * Copyright (C) 2007-2009 Nokia Corporation
  7. *
  8. * Written by Paul Walmsley
  9. *
  10. * OMAP4 has two separate CM blocks, CM1 and CM2. This file contains
  11. * macros and function prototypes that are applicable to both.
  12. */
  13. #ifndef __ARCH_ASM_MACH_OMAP2_CM44XX_H
  14. #define __ARCH_ASM_MACH_OMAP2_CM44XX_H
  15. #include "prcm-common.h"
  16. #include "cm.h"
  17. #define OMAP4_CM_CLKSTCTRL 0x0000
  18. #define OMAP4_CM_STATICDEP 0x0004
  19. int omap4_cm_init(const struct omap_prcm_init_data *data);
  20. #endif