162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci *
362306a36Sopenharmony_ci * Copyright (c) 2020 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Weiyi Lu <weiyi.lu@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT8192_POWER_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_POWER_MT8192_POWER_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_AUDIO	0
1162306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_CONN	1
1262306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG0	2
1362306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG1	3
1462306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG2	4
1562306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG3	5
1662306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG4	6
1762306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG5	7
1862306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MFG6	8
1962306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_DISP	9
2062306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_IPE		10
2162306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_ISP		11
2262306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_ISP2	12
2362306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_MDP		13
2462306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_VENC	14
2562306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_VDEC	15
2662306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_VDEC2	16
2762306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_CAM		17
2862306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_CAM_RAWA	18
2962306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_CAM_RAWB	19
3062306a36Sopenharmony_ci#define MT8192_POWER_DOMAIN_CAM_RAWC	20
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT8192_POWER_H */
33