Path: blob/master/include/dt-bindings/power/mt8183-power.h
26282 views
/* SPDX-License-Identifier: GPL-2.0 */1/*2* Copyright (c) 2020 MediaTek Inc.3* Author: Weiyi Lu <[email protected]>4*/56#ifndef _DT_BINDINGS_POWER_MT8183_POWER_H7#define _DT_BINDINGS_POWER_MT8183_POWER_H89#define MT8183_POWER_DOMAIN_AUDIO 010#define MT8183_POWER_DOMAIN_CONN 111#define MT8183_POWER_DOMAIN_MFG_ASYNC 212#define MT8183_POWER_DOMAIN_MFG 313#define MT8183_POWER_DOMAIN_MFG_CORE0 414#define MT8183_POWER_DOMAIN_MFG_CORE1 515#define MT8183_POWER_DOMAIN_MFG_2D 616#define MT8183_POWER_DOMAIN_DISP 717#define MT8183_POWER_DOMAIN_CAM 818#define MT8183_POWER_DOMAIN_ISP 919#define MT8183_POWER_DOMAIN_VDEC 1020#define MT8183_POWER_DOMAIN_VENC 1121#define MT8183_POWER_DOMAIN_VPU_TOP 1222#define MT8183_POWER_DOMAIN_VPU_CORE0 1323#define MT8183_POWER_DOMAIN_VPU_CORE1 142425#endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */262728