Skip to content
Snippets Groups Projects
Commit 377ffcfa authored by Sandeep Singh's avatar Sandeep Singh Committed by York Sun
Browse files

powerpc/mpc85xx: Add workaround to enable TDM on T1040


This is a workaround for 32 bit hardware limitation of TDM.
T1040 has 36 bit physical addressing, TDM DMAC register
are 32 bit wide but need to store address of CCSR space
which lies beyond 32 bit address range. This workaround
creats a LAW to enable access of TDM DMA to CCSR by
mapping CCSR to overlap with DDR.
A hole of 16M is created in memory using device tree. This
workaround law is set only if "tdm" is defined in hwconfig.
Also disable POST tests and add LIODN for TDM

Signed-off-by: default avatarSandeep Singh <Sandeep@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent fa6e7428
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment