brintos

brintos / linux-shallow public Read only

0
0
Text · 532 B · ef4a7f9 Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _DT_BINDINGS_POWER_MT8173_POWER_H3#define _DT_BINDINGS_POWER_MT8173_POWER_H4 5#define MT8173_POWER_DOMAIN_VDEC	06#define MT8173_POWER_DOMAIN_VENC	17#define MT8173_POWER_DOMAIN_ISP		28#define MT8173_POWER_DOMAIN_MM		39#define MT8173_POWER_DOMAIN_VENC_LT	410#define MT8173_POWER_DOMAIN_AUDIO	511#define MT8173_POWER_DOMAIN_USB		612#define MT8173_POWER_DOMAIN_MFG_ASYNC	713#define MT8173_POWER_DOMAIN_MFG_2D	814#define MT8173_POWER_DOMAIN_MFG		915 16#endif /* _DT_BINDINGS_POWER_MT8173_POWER_H */17