mediatek: mtk_eth_soc: enable mt7986 sram for admav2

This commit is contained in:
hanwckf 2024-09-06 21:27:42 +08:00
parent d6720a2040
commit 9a18653aab

View File

@ -3859,7 +3859,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 = {