blob: 6a0f5dfa7e053b6147562624592a7e24b450c1aa [file]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2021 MediaTek Inc.
* Author: Qiqi Wang <qiqi.wang@mediatek.com>
*/
#ifndef __DRV_CLKDBG_MT8696_H
#define __DRV_CLKDBG_MT8696_H
enum chk_sys_id {
spm,
topckgen,
infracfg,
pericfg,
apmixedsys,
fhctl,
mcucfg,
ipsys,
ether,
mfgcfg,
mmsys,
imgsys,
vdecsoc,
vdeccore,
vencsys,
chk_sys_num,
};
#endif /* __DRV_CLKDBG_MT8696_H */