blob: 38b924fc0a25c8b6536c8cfcda32ac693c5807db [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2019 MediaTek Inc.
4 */
5#ifndef _DT_BINDINGS_POWER_MT6779_POWER_H
6#define _DT_BINDINGS_POWER_MT6779_POWER_H
7
8#define MT6779_POWER_DOMAIN_MM 0
9#define MT6779_POWER_DOMAIN_VDE 1
10#define MT6779_POWER_DOMAIN_CAM 2
11#define MT6779_POWER_DOMAIN_ISP 3
12#define MT6779_POWER_DOMAIN_IPE 4
13#define MT6779_POWER_DOMAIN_VEN 5
14#define MT6779_POWER_DOMAIN_MFG0 6
15#define MT6779_POWER_DOMAIN_MFG1 7
16#define MT6779_POWER_DOMAIN_MFG2 8
17#define MT6779_POWER_DOMAIN_MFG3 9
18#define MT6779_POWER_DOMAIN_AUDIO 10
19#define MT6779_POWER_DOMAIN_CONN 11
20#define MT6779_POWER_DOMAIN_MD 12
21#define MT6779_POWER_DOMAIN_INFRA 13
22
23#endif /* _DT_BINDINGS_POWER_MT6779_POWER_H */