diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-07-05 20:05:21 -0700 |
---|---|---|
committer | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-07-17 12:10:26 -0700 |
commit | 19037270cf2170b18cfc1e620f1eda2630ea4ed6 (patch) | |
tree | e29b9d75a2fef9286f2f46d726a506b2cbcdb448 | |
parent | caa40ee3aecb45fcb4960726cfebc4a9bd2564cf (diff) |
ddr cfg: DRAM_RESET needs 0x000200302013.04-boundary-imx6-ts1
The old value of 0x000e0030 will cause ethernet to
not work under u-boot for 1 SOM board. It will also
cause droppped packets for boards using KSZ9021.
I have no explanation as to why.
But this is a correct change, the TRM will be updated
to show that 00b are the only valid setting for bits
19-18 of DRAM_RESET.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
-rw-r--r-- | board/boundary/nitrogen6x/ddr-setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/boundary/nitrogen6x/ddr-setup.cfg b/board/boundary/nitrogen6x/ddr-setup.cfg index c3158120a40..e5f8add7447 100644 --- a/board/boundary/nitrogen6x/ddr-setup.cfg +++ b/board/boundary/nitrogen6x/ddr-setup.cfg @@ -74,7 +74,7 @@ DATA 4, MX6_IOM_DRAM_RAS, 0x00020030 DATA 4, MX6_IOM_DRAM_SDCLK_0, 0x00020030 DATA 4, MX6_IOM_DRAM_SDCLK_1, 0x00020030 -DATA 4, MX6_IOM_DRAM_RESET, 0x000e0030 +DATA 4, MX6_IOM_DRAM_RESET, 0x00020030 DATA 4, MX6_IOM_DRAM_SDCKE0, 0x00003000 DATA 4, MX6_IOM_DRAM_SDCKE1, 0x00003000 |