24 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (c) 2017 MediaTek Inc.4 * Author: Mars.C <mars.cheng@mediatek.com>5 */6 7#ifndef _DT_BINDINGS_POWER_MT6797_POWER_H8#define _DT_BINDINGS_POWER_MT6797_POWER_H9 10#define MT6797_POWER_DOMAIN_VDEC 011#define MT6797_POWER_DOMAIN_VENC 112#define MT6797_POWER_DOMAIN_ISP 213#define MT6797_POWER_DOMAIN_MM 314#define MT6797_POWER_DOMAIN_AUDIO 415#define MT6797_POWER_DOMAIN_MFG_ASYNC 516#define MT6797_POWER_DOMAIN_MFG 617#define MT6797_POWER_DOMAIN_MFG_CORE0 718#define MT6797_POWER_DOMAIN_MFG_CORE1 819#define MT6797_POWER_DOMAIN_MFG_CORE2 920#define MT6797_POWER_DOMAIN_MFG_CORE3 1021#define MT6797_POWER_DOMAIN_MJC 1122 23#endif /* _DT_BINDINGS_POWER_MT6797_POWER_H */24