summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-09-15 13:10:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-22 11:20:52 +0200
commitb997cc26c22fa7a95f84f4ffed2c3a0ef596aea8 (patch)
tree884ce3f0a7ce4d4ef7edb764c6c4261506ee5023 /arch/arm/mach-imx/include/mach
parent4e6e8f73e9aec6a9cbf4e37ab39a3154b01c2362 (diff)
downloadbarebox-b997cc26c22fa7a95f84f4ffed2c3a0ef596aea8.tar.gz
barebox-b997cc26c22fa7a95f84f4ffed2c3a0ef596aea8.tar.xz
ARM: imx6qp: set NoC regulator to bypass
The NoC regulator only passes the QoS signals through if it is in bypass mode. This is a safe setting to give the IPU priority over other requests. The kernel may change it to some other setting once it knows the bandwidth requirements of the use-case. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/include/mach')
-rw-r--r--arch/arm/mach-imx/include/mach/imx6-regs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/include/mach/imx6-regs.h b/arch/arm/mach-imx/include/mach/imx6-regs.h
index 68be43c9ab..e661c4ed12 100644
--- a/arch/arm/mach-imx/include/mach/imx6-regs.h
+++ b/arch/arm/mach-imx/include/mach/imx6-regs.h
@@ -3,6 +3,9 @@
#define MX6_GPMI_BASE_ADDR 0x00112000
+#define MX6_FAST1_BASE_ADDR 0x00c00000
+#define MX6_FAST2_BASE_ADDR 0x00b00000
+
#define MX6_AIPS1_ARB_BASE_ADDR 0x02000000
#define MX6_AIPS2_ARB_BASE_ADDR 0x02100000