Re: [U-Boot] [PATCH v7 2/3] QE/U-QE: Add U-QE support

2014-04-23 Thread York Sun
On 03/21/2014 01:21 AM, Zhao Qiang wrote: > Modify code to adapt to both u-qe and qe. > > U_QE is a kind of cutted QE. > the differences between U_QE and QE > 1. UCC: U_QE supports 2 UCCs while QE supports up to 8 UCCs. > 2. IMMR: have different immr base addr. > 3. iopin: U_QE d

[U-Boot] [PATCH v7 2/3] QE/U-QE: Add U-QE support

2014-03-21 Thread Zhao Qiang
Modify code to adapt to both u-qe and qe. U_QE is a kind of cutted QE. the differences between U_QE and QE 1. UCC: U_QE supports 2 UCCs while QE supports up to 8 UCCs. 2. IMMR: have different immr base addr. 3. iopin: U_QE doesn't need to config iopin. Signed-off-by: Zhao