diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-28 12:15:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-28 12:15:13 -0400 |
commit | e536ab8849b2b4f6d68bbc8e1d1f9bc033db06bd (patch) | |
tree | e5e3a3d5a0bee8a1d9a74deb3990455c40ded6b1 /arch/arm/include/asm | |
parent | cc555bd4f40a652471df4a3621d45ee57df0ca11 (diff) | |
parent | 205d58699b157df75f1aa0b363ea9c21add21a0c (diff) | |
download | u-boot-imx-e536ab8849b2b4f6d68bbc8e1d1f9bc033db06bd.zip u-boot-imx-e536ab8849b2b4f6d68bbc8e1d1f9bc033db06bd.tar.gz u-boot-imx-e536ab8849b2b4f6d68bbc8e1d1f9bc033db06bd.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/mx6-ddr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/mx6-ddr.h b/arch/arm/include/asm/arch-mx6/mx6-ddr.h index 8e0d7d1..c49aa62 100644 --- a/arch/arm/include/asm/arch-mx6/mx6-ddr.h +++ b/arch/arm/include/asm/arch-mx6/mx6-ddr.h @@ -250,6 +250,7 @@ struct mx6_ddr_sysinfo { u8 mif3_mode; /* Command prediction working mode */ u8 rst_to_cke; /* Time from SDE enable to CKE rise */ u8 sde_to_rst; /* Time from SDE enable until DDR reset# is high */ + u8 pd_fast_exit;/* enable precharge powerdown fast-exit */ }; /* |