summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2014-07-09 17:59:55 -0300
committerStefano Babic <[email protected]>2014-07-23 12:25:41 +0200
commitaeadf0655c5adaec718f37a05b05ea59f7492614 (patch)
tree28c5e28e7fdd87a4c91a695aec12f02b9e639700
parent0a11d6f29ce48c649e4358a24b5781d3171c5406 (diff)
mx6: Adjust the GPR offset for mx6solox
On mx6solox there is an additional 0x4000 offset for the GPR registers. Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Stefano Babic <[email protected]>
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-regs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 782d9c41fc7..cc746b83968 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -398,6 +398,9 @@ struct src {
struct iomuxc {
+#ifdef CONFIG_MX6SX
+ u8 reserved[0x4000];
+#endif
u32 gpr[14];
u32 omux[5];
/* mux and pad registers */