From: Eran Matityahu <eran.m@variscite.com>
Date: Tue, 6 Mar 2018 14:37:35 +0000 (+0200)
Subject: imx7: Add src_base structure define macro
X-Git-Tag: v2025.01-rc5-pxa1908~4484^2~20
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=03858f8ec6032ec74dadfae6c3849302d8f29a9b;p=u-boot.git

imx7: Add src_base structure define macro

Add src_base structure global define macro, similarly to imx6

Signed-off-by: Eran Matityahu <eran.m@variscite.com>
---

diff --git a/arch/arm/include/asm/arch-mx7/imx-regs.h b/arch/arm/include/asm/arch-mx7/imx-regs.h
index 3726f02af5..0cdb508d12 100644
--- a/arch/arm/include/asm/arch-mx7/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx7/imx-regs.h
@@ -264,6 +264,8 @@ struct src {
 	u32 ddrc_rcr;
 };
 
+#define src_base ((struct src *)SRC_BASE_ADDR)
+
 #define SRC_M4_REG_OFFSET		0xC
 #define SRC_M4C_NON_SCLR_RST_OFFSET	0
 #define SRC_M4C_NON_SCLR_RST_MASK	BIT(0)