From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: barebox@lists.infradead.org
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Subject: [PATCH] Documentation: zii-vf610-dev: Fix bogus DDR configuration values
Date: Mon, 7 Oct 2019 22:04:26 -0700 [thread overview]
Message-ID: <20191008050426.29849-1-andrew.smirnov@gmail.com> (raw)
There's a clear mismatch between actual TCL code and comment right
next to it. Comments are definetly right, so fix the TCL code.
Fixes: 02738f4b59 ("Documentation: zii-vf610-dev: Reconcile DDR setup with DCD")
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
Documentation/boards/imx/zii-vf610-dev/openocd.cfg | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/boards/imx/zii-vf610-dev/openocd.cfg b/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
index 5127c7623d..c94f9d048d 100644
--- a/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
+++ b/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
@@ -148,10 +148,10 @@ proc ddr_init { } {
mww phys 0x400ae210 0x00000506 ;# wm 32 DDRMC_CR132 0x00000506
mww phys 0x400ae224 0x00020000 ;# wm 32 DDRMC_CR137 0x00020000
mww phys 0x400ae228 0x01000100 ;# wm 32 DDRMC_CR138 0x01000100
- mww phys 0x400ae22c 0x04070303 ;# wm 32 DDRMC_CR154 0x682c4000
- mww phys 0x400ae230 0x00000040 ;# wm 32 DDRMC_CR155 0x00000009
- mww phys 0x400ae23c 0x06000080 ;# wm 32 DDRMC_CR158 0x00000006
- mww phys 0x400ae240 0x04070303 ;# wm 32 DDRMC_CR161 0x00010606
+ mww phys 0x400ae268 0x682c4000 ;# wm 32 DDRMC_CR154 0x682c4000
+ mww phys 0x400ae26c 0x00000009 ;# wm 32 DDRMC_CR155 0x00000009
+ mww phys 0x400ae278 0x00000006 ;# wm 32 DDRMC_CR158 0x00000006
+ mww phys 0x400ae284 0x00010606 ;# wm 32 DDRMC_CR161 0x00010606
#
# flash-header-zii-vf610-dev.imxcfg
--
2.21.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-10-08 5:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-08 5:04 Andrey Smirnov [this message]
2019-10-14 10:12 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191008050426.29849-1-andrew.smirnov@gmail.com \
--to=andrew.smirnov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox