soc/mediatek/mt8196: Rename mtk_pwrsel.* to pwrsel.*

As the mtk_pwrsel.{c,h} files are already under the soc/mediatek
directory, drop the file name prefix "mtk_" from them.

BUG=b:317009620
TEST=none

Change-Id: I28131d44067c33b5d8682a85cc8a73fc42604de3
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86059
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Yu-Ping Wu 2025-01-20 10:32:31 +08:00 committed by Yidi Lin
commit 75574f67f6
4 changed files with 6 additions and 6 deletions

View file

@ -10,10 +10,10 @@
#include <soc/mt6373.h>
#include <soc/mt6685.h>
#include <soc/mtk_fsp.h>
#include <soc/mtk_pwrsel.h>
#include <soc/pcie.h>
#include <soc/pll.h>
#include <soc/pmif.h>
#include <soc/pwrsel.h>
#include <soc/srclken_rc.h>
static void raise_little_cpu_freq(void)

View file

@ -41,7 +41,7 @@ romstage-y += ../common/mt6363.c mt6363.c
romstage-y += ../common/mt6373.c mt6373.c
romstage-y += ../common/mt6685.c mt6685.c
romstage-y += ../common/mtk_fsp.c
romstage-y += mtk_pwrsel.c
romstage-y += pwrsel.c
romstage-y += ../common/pmif_clk.c pmif_clk.c
romstage-y += ../common/pmif.c pmif_init.c
romstage-y += pmif_spmi.c

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
#ifndef __SOC_MEDIATEK_MT8196_MTK_PWRSEL__
#define __SOC_MEDIATEK_MT8196_MTK_PWRSEL__
#ifndef __SOC_MEDIATEK_MT8196_PWRSEL__
#define __SOC_MEDIATEK_MT8196_PWRSEL__
#include <soc/addressmap.h>
@ -15,4 +15,4 @@
void pwrsel_init(void);
#endif /* end of __SOC_MEDIATEK_MT8196_MTK_PWRSEL__ */
#endif /* end of __SOC_MEDIATEK_MT8196_PWRSEL__ */

View file

@ -2,7 +2,7 @@
#include <console/console.h>
#include <device/mmio.h>
#include <soc/mtk_pwrsel.h>
#include <soc/pwrsel.h>
static void cpu_pwrsel_init(void)
{