From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bharat Bhushan Date: Wed, 1 Aug 2018 03:22:24 +0000 Subject: [U-Boot] [PATCH v6 1/8] armv8: fsl-layerscape: add missing register blocks base address defines In-Reply-To: <20180731145228.15145-2-laurentiu.tudor@nxp.com> References: <20180731145228.15145-1-laurentiu.tudor@nxp.com> <20180731145228.15145-2-laurentiu.tudor@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: laurentiu.tudor at nxp.com [mailto:laurentiu.tudor at nxp.com] > Sent: Tuesday, July 31, 2018 8:22 PM > To: u-boot at lists.denx.de; Prabhakar Kushwaha > ; York Sun > Cc: Bharat Bhushan ; Horia Geanta > ; Laurentiu Tudor > Subject: [PATCH v6 1/8] armv8: fsl-layerscape: add missing register blocks > base address defines > > From: Laurentiu Tudor > > Add defines for the edma and qdma register block base addresses. > > Signed-off-by: Laurentiu Tudor Reviewed-by: Bharat Bhushan Thanks -Bharat > --- > arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h > b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h > index 5b4767e0fe..644a16dd30 100644 > --- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h > +++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h > @@ -88,8 +88,12 @@ > > #define LPUART_BASE (CONFIG_SYS_IMMR + > 0x01950000) > > +#define EDMA_BASE_ADDR (CONFIG_SYS_IMMR > + 0x01c00000) > + > #define AHCI_BASE_ADDR (CONFIG_SYS_IMMR > + 0x02200000) > > +#define QDMA_BASE_ADDR (CONFIG_SYS_IMMR > + 0x07380000) > + > #define CONFIG_SYS_PCIE1_PHYS_ADDR 0x4000000000ULL > #define CONFIG_SYS_PCIE2_PHYS_ADDR 0x4800000000ULL > #define CONFIG_SYS_PCIE3_PHYS_ADDR 0x5000000000ULL > -- > 2.17.1