21 lines
375 B
C
21 lines
375 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _COMMON_MTK_DVFSRC_REG_H
|
|
#define _COMMON_MTK_DVFSRC_REG_H
|
|
|
|
#if defined(CONFIG_MACH_MT6763) || defined(CONFIG_MACH_MT6739)
|
|
|
|
#include "spm_v4/mtk_dvfsrc_reg.h"
|
|
|
|
#elif defined(CONFIG_MACH_MT6771)
|
|
|
|
#include "spm_v4/mtk_dvfsrc_reg_mt6771.h"
|
|
|
|
#endif
|
|
|
|
#endif /* _COMMON_MTK_DVFSRC_REG_H */
|
|
|