From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:28:43 -0800 Subject: [U-Boot] [PATCHv4 6/6] ARM: ls102xa: Setting device's stream id for SMMUs. In-Reply-To: <1416562859-37857-7-git-send-email-Li.Xiubo@freescale.com> References: <1416562859-37857-1-git-send-email-Li.Xiubo@freescale.com> <1416562859-37857-7-git-send-email-Li.Xiubo@freescale.com> Message-ID: <5489F06B.9040905@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/21/2014 01:40 AM, Xiubo Li wrote: > LS1 has 4 SMMUs for address translation of the masters. All the > SMMUs' stream IDs are 8-bit. The address translation depends on the > stream ID of the incoming transaction. > Each master has unique stream ID assigned to it and is configurable > through SCFG registers. The stream ID for the masters is identical > and share the same register field of STREAM ID registers. > > Signed-off-by: Xiubo Li > Acked-by: York Sun > --- Applied to u-boot-fsl-qoriq master, awaiting upstream. York