
18 Jul
2016
18 Jul
'16
5:59 p.m.
On Mon, Jul 18, 2016 at 11:42:48AM -0400, Murali Karicheri wrote:
commit 1f807a9f32aa ("ARM: keystone2: Refactor MSMC macros to avoid #ifdeffery") refactored code, however K2HKLE_MSMC_SEGMENT_QM_PDSP is 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.
Signed-off-by: Murali Karicheri m-karicheri2@ti.com Acked-by: Nishanth Menon nm@ti.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom