提交 d941f86f 编写于 作者: S Sekhar Nori 提交者: Russell King

ARM: l2c: AM43x: add L2 cache support

Add support for L2 cache controller (PL310) on AM437x SoC.
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
Acked-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 b39b14e6
...@@ -65,6 +65,7 @@ config SOC_AM43XX ...@@ -65,6 +65,7 @@ config SOC_AM43XX
select ARCH_HAS_OPP select ARCH_HAS_OPP
select ARM_GIC select ARM_GIC
select MACH_OMAP_GENERIC select MACH_OMAP_GENERIC
select MIGHT_HAVE_CACHE_L2X0
config SOC_DRA7XX config SOC_DRA7XX
bool "TI DRA7XX" bool "TI DRA7XX"
......
...@@ -609,6 +609,7 @@ void __init am43xx_init_early(void) ...@@ -609,6 +609,7 @@ void __init am43xx_init_early(void)
am43xx_clockdomains_init(); am43xx_clockdomains_init();
am43xx_hwmod_init(); am43xx_hwmod_init();
omap_hwmod_init_postsetup(); omap_hwmod_init_postsetup();
omap_l2_cache_init();
omap_clk_soc_init = am43xx_dt_clk_init; omap_clk_soc_init = am43xx_dt_clk_init;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册