keystone: k2h/e/l: Fix DMA coherency for QM PDSP
authorKaricheri, Muralidharan <m-karicheri2@ti.com>
Tue, 19 Jul 2016 18:39:14 +0000 (14:39 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2016 16:00:05 +0000 (12:00 -0400)
commitbcdc1c8376c55fcc8b8fdd7f27f117eff0bf715d
tree2f1e12aad501f52e021b0e20b2f64f60f9b340e8
parentc4974632e2af6765f8d9590f1cba1afd0c6ffedf
keystone: k2h/e/l: Fix DMA coherency for QM PDSP

commit 1f807a9f32aa ("ARM: keystone2: Refactor MSMC macros to avoid
left under a macro KS2_MSMC_SEGMENT_QM_PDSP which is no longer valid.
This, in effect disabled DMA coherency for QM PDSP.

Given that msmc_k2hkle_common_setup is valid for all K2H/K/L/E SoCs,
the #ifdef should been removed in the first place. Do the same.

Fixes: 1f807a9f32aa ("ARM: keystone2: Refactor MSMC macros to avoid #ifdeffery")
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-keystone/init.c