kernel_samsung_a53x/include/dt-bindings/soc/samsung/exynos2100-dm.h

38 lines
838 B
C
Raw Normal View History

2024-06-15 21:02:09 +02:00
/*
* Copyright (c) 2020 Samsung Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Device Tree binding constants for Exynos991
*/
#ifndef _DT_BINDINGS_EXYNOS_991_H
#define _DT_BINDINGS_EXYNOS_991_H
/* NUMBER FOR DVFS MANAGER */
#define DM_CPU_CL0 0
#define DM_CPU_CL1 1
#define DM_CPU_CL2 2
#define DM_MIF 3
#define DM_INT 4
#define DM_NPU 5
#define DM_DSU 6
#define DM_DISP 7
#define DM_AUD 8
#define DM_GPU 9
#define DM_INTCAM 10
#define DM_CAM 11
#define DM_CSIS 12
#define DM_VPC 13
#define DM_MFC 14
#define DM_ISP 15
#define DM_MFC1 16
/* CONSTRAINT TYPE */
#define CONSTRAINT_MIN 0
#define CONSTRAINT_MAX 1
#endif /* _DT_BINDINGS_EXYNOS_991_H */