diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-16 10:57:29 -0200 | 
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2014-01-17 10:16:48 +0100 | 
| commit | be2a3bb39adf1fdd274fc427e30ef62eb86441a1 (patch) | |
| tree | 1ea4e8c9fcf3c57104754a05d2332c29b88026af /arch/arm/include/asm/arch-mx6/imx-regs.h | |
| parent | 3a21773129f6ef218f1978d05a1a5d5cf6801ab6 (diff) | |
| download | olio-uboot-2014.01-be2a3bb39adf1fdd274fc427e30ef62eb86441a1.tar.xz olio-uboot-2014.01-be2a3bb39adf1fdd274fc427e30ef62eb86441a1.zip | |
mx6: Revert "mx6: soc: Disable VDDPU regulator"
Commit 022298278 (mx6: soc: Disable VDDPU regulator) is causing kernel hang
for people using FSL kernel 3.0.35 and 3.10, so revert it for now.
Reported-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: Pierre Aubert <p.aubert@staubli.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/imx-regs.h')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 23 | 
1 files changed, 0 insertions, 23 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 7f898654f..f2ad6e9ad 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -663,28 +663,5 @@ struct wdog_regs {  	u16	wmcr;	/* Miscellaneous Control */  }; -struct gpc_regs { -	u32	ctrl;		/* 0x000 */ -	u32	pgr;		/* 0x004 */ -	u32	imr1;		/* 0x008 */ -	u32	imr2;		/* 0x00c */ -	u32	imr3;		/* 0x010 */ -	u32	imr4;		/* 0x014 */ -	u32	isr1;		/* 0x018 */ -	u32	isr2;		/* 0x01c */ -	u32	isr3;		/* 0x020 */ -	u32	isr4;		/* 0x024 */ -	u32	reserved1[0x86]; -	u32	gpu_ctrl;	/* 0x260 */ -	u32	gpu_pupscr;	/* 0x264 */ -	u32	gpu_pdnscr;	/* 0x268 */ -	u32	gpu_sr;		/* 0x26c */ -	u32	reserved2[0xc]; -	u32	cpu_ctrl;	/* 0x2a0 */ -	u32	cpu_pupscr;	/* 0x2a4 */ -	u32	cpu_pdnscr;	/* 0x2a8 */ -	u32	cpu_sr;		/* 0x2ac */ -}; -  #endif /* __ASSEMBLER__*/  #endif /* __ASM_ARCH_MX6_IMX_REGS_H__ */ |