diff options
Diffstat (limited to 'drivers/video/omap2/dss/dispc.c')
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index e1626a1d5c45..cce0820f3bc6 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
@@ -3272,11 +3272,6 @@ static void _omap_dispc_initial_config(void) | |||
3272 | if (dss_has_feature(FEAT_FUNCGATED)) | 3272 | if (dss_has_feature(FEAT_FUNCGATED)) |
3273 | REG_FLD_MOD(DISPC_CONFIG, 1, 9, 9); | 3273 | REG_FLD_MOD(DISPC_CONFIG, 1, 9, 9); |
3274 | 3274 | ||
3275 | /* L3 firewall setting: enable access to OCM RAM */ | ||
3276 | /* XXX this should be somewhere in plat-omap */ | ||
3277 | if (cpu_is_omap24xx()) | ||
3278 | __raw_writel(0x402000b0, OMAP2_L3_IO_ADDRESS(0x680050a0)); | ||
3279 | |||
3280 | _dispc_setup_color_conv_coef(); | 3275 | _dispc_setup_color_conv_coef(); |
3281 | 3276 | ||
3282 | dispc_set_loadmode(OMAP_DSS_LOAD_FRAME_ONLY); | 3277 | dispc_set_loadmode(OMAP_DSS_LOAD_FRAME_ONLY); |