Explorar o código

mx6: Adjust the GPR offset for mx6solox

On mx6solox there is an additional 0x4000 offset for the GPR registers.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Fabio Estevam %!s(int64=11) %!d(string=hai) anos
pai
achega
aeadf0655c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      arch/arm/include/asm/arch-mx6/imx-regs.h

+ 3 - 0
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 */