You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
493 B
15 lines
493 B
#ifndef _DT_BINDINGS_POWER_MT8183_POWER_H
|
|
#define _DT_BINDINGS_POWER_MT8183_POWER_H
|
|
|
|
#define MT8173_POWER_DOMAIN_VDEC 0
|
|
#define MT8173_POWER_DOMAIN_VENC 1
|
|
#define MT8173_POWER_DOMAIN_ISP 2
|
|
#define MT8173_POWER_DOMAIN_MM 3
|
|
#define MT8173_POWER_DOMAIN_VENC_LT 4
|
|
#define MT8173_POWER_DOMAIN_AUDIO 5
|
|
#define MT8173_POWER_DOMAIN_USB 6
|
|
#define MT8173_POWER_DOMAIN_MFG_ASYNC 7
|
|
#define MT8173_POWER_DOMAIN_MFG_2D 8
|
|
#define MT8173_POWER_DOMAIN_MFG 9
|
|
|
|
#endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */
|
|
|