Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/power/mediatek,mt6893-power.h
26292 views
1
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2
/*
3
* Copyright (c) 2025 Collabora Ltd
4
* AngeloGioacchino Del Regno <[email protected]>
5
*/
6
7
#ifndef _DT_BINDINGS_POWER_MT6893_POWER_H
8
#define _DT_BINDINGS_POWER_MT6893_POWER_H
9
10
#define MT6893_POWER_DOMAIN_CONN 0
11
#define MT6893_POWER_DOMAIN_MFG0 1
12
#define MT6893_POWER_DOMAIN_MFG1 2
13
#define MT6893_POWER_DOMAIN_MFG2 3
14
#define MT6893_POWER_DOMAIN_MFG3 4
15
#define MT6893_POWER_DOMAIN_MFG4 5
16
#define MT6893_POWER_DOMAIN_MFG5 6
17
#define MT6893_POWER_DOMAIN_MFG6 7
18
#define MT6893_POWER_DOMAIN_ISP 8
19
#define MT6893_POWER_DOMAIN_ISP2 9
20
#define MT6893_POWER_DOMAIN_IPE 10
21
#define MT6893_POWER_DOMAIN_VDEC0 11
22
#define MT6893_POWER_DOMAIN_VDEC1 12
23
#define MT6893_POWER_DOMAIN_VENC0 13
24
#define MT6893_POWER_DOMAIN_VENC1 14
25
#define MT6893_POWER_DOMAIN_MDP 15
26
#define MT6893_POWER_DOMAIN_DISP 16
27
#define MT6893_POWER_DOMAIN_AUDIO 17
28
#define MT6893_POWER_DOMAIN_ADSP 18
29
#define MT6893_POWER_DOMAIN_CAM 19
30
#define MT6893_POWER_DOMAIN_CAM_RAWA 20
31
#define MT6893_POWER_DOMAIN_CAM_RAWB 21
32
#define MT6893_POWER_DOMAIN_CAM_RAWC 22
33
#define MT6893_POWER_DOMAIN_DP_TX 23
34
35
#endif /* _DT_BINDINGS_POWER_MT6893_POWER_H */
36
37