Revert "[Description]"

This reverts commit efef901d06e9193fc283cc601aee26c8ca59d640.
This commit is contained in:
hanwckf 2024-01-16 23:28:00 +08:00
parent efef901d06
commit c430f7b29d

View File

@ -3862,7 +3862,7 @@ static const struct mtk_soc_data mt7986_data = {
.hw_features = MTK_HW_FEATURES, .hw_features = MTK_HW_FEATURES,
.required_clks = MT7986_CLKS_BITMAP, .required_clks = MT7986_CLKS_BITMAP,
.required_pctl = false, .required_pctl = false,
.has_sram = false, .has_sram = true,
}; };
static const struct mtk_soc_data mt7981_data = { static const struct mtk_soc_data mt7981_data = {
@ -3871,7 +3871,7 @@ static const struct mtk_soc_data mt7981_data = {
.hw_features = MTK_HW_FEATURES, .hw_features = MTK_HW_FEATURES,
.required_clks = MT7981_CLKS_BITMAP, .required_clks = MT7981_CLKS_BITMAP,
.required_pctl = false, .required_pctl = false,
.has_sram = false, .has_sram = true,
}; };
static const struct mtk_soc_data rt5350_data = { static const struct mtk_soc_data rt5350_data = {