From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:38:17 -0800 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: use correct dma compatible for several SoCs In-Reply-To: <546DBDDB.6020704@freescale.com> References: <546DBDDB.6020704@freescale.com> Message-ID: <5481DF79.8080508@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/20/2014 02:09 AM, Laurentiu Tudor wrote: > Newer qoriq socs have an updated dma ip block with a > different compatible. Let's make sure we use the proper > string so that the dmas get their liodn. > In order to have the means to specify the compatible > string, the liodn setting macros were updated to receive > a new parameter for it. > The following SoCs were changed to use the new compatible: > T1023/4, T1040, T2080/1, T4240, B4860. > > Signed-off-by: Laurentiu Tudor > --- > depends on https://patchwork.ozlabs.org/patch/403532/ Applied to u-boot-mpc85xx, awaiting upstream. York