Path: blob/master/include/dt-bindings/power/mt6797-power.h
26288 views
/* SPDX-License-Identifier: GPL-2.0-only */1/*2* Copyright (c) 2017 MediaTek Inc.3* Author: Mars.C <[email protected]>4*/56#ifndef _DT_BINDINGS_POWER_MT6797_POWER_H7#define _DT_BINDINGS_POWER_MT6797_POWER_H89#define MT6797_POWER_DOMAIN_VDEC 010#define MT6797_POWER_DOMAIN_VENC 111#define MT6797_POWER_DOMAIN_ISP 212#define MT6797_POWER_DOMAIN_MM 313#define MT6797_POWER_DOMAIN_AUDIO 414#define MT6797_POWER_DOMAIN_MFG_ASYNC 515#define MT6797_POWER_DOMAIN_MFG 616#define MT6797_POWER_DOMAIN_MFG_CORE0 717#define MT6797_POWER_DOMAIN_MFG_CORE1 818#define MT6797_POWER_DOMAIN_MFG_CORE2 919#define MT6797_POWER_DOMAIN_MFG_CORE3 1020#define MT6797_POWER_DOMAIN_MJC 112122#endif /* _DT_BINDINGS_POWER_MT6797_POWER_H */232425