swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: df0cc57e057f18e44dac8e6c18aba47ab53202f9 authored by Linus Torvalds on 09 January 2022, 22:55:34 UTC
Linux 5.16
Tip revision: df0cc57
mt8173-power.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _DT_BINDINGS_POWER_MT8173_POWER_H
#define _DT_BINDINGS_POWER_MT8173_POWER_H

#define MT8173_POWER_DOMAIN_VDEC	0
#define MT8173_POWER_DOMAIN_VENC	1
#define MT8173_POWER_DOMAIN_ISP		2
#define MT8173_POWER_DOMAIN_MM		3
#define MT8173_POWER_DOMAIN_VENC_LT	4
#define MT8173_POWER_DOMAIN_AUDIO	5
#define MT8173_POWER_DOMAIN_USB		6
#define MT8173_POWER_DOMAIN_MFG_ASYNC	7
#define MT8173_POWER_DOMAIN_MFG_2D	8
#define MT8173_POWER_DOMAIN_MFG		9

#endif /* _DT_BINDINGS_POWER_MT8173_POWER_H */
back to top