hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/linux/soc/mediatek/infracfg.h
....@@ -32,6 +32,9 @@
3232 #define MT7622_TOP_AXI_PROT_EN_WB (BIT(2) | BIT(6) | \
3333 BIT(7) | BIT(8))
3434
35
+#define REG_INFRA_MISC 0xf00
36
+#define F_DDR_4GB_SUPPORT_EN BIT(13)
37
+
3538 int mtk_infracfg_set_bus_protection(struct regmap *infracfg, u32 mask,
3639 bool reg_update);
3740 int mtk_infracfg_clear_bus_protection(struct regmap *infracfg, u32 mask,