* [PATCH] Documentation: zii-vf610-dev: Fix bogus DDR configuration values
@ 2019-10-08 5:04 Andrey Smirnov
2019-10-14 10:12 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2019-10-08 5:04 UTC (permalink / raw)
To: barebox; +Cc: Andrey Smirnov
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: zii-vf610-dev: Fix bogus DDR configuration values
2019-10-08 5:04 [PATCH] Documentation: zii-vf610-dev: Fix bogus DDR configuration values Andrey Smirnov
@ 2019-10-14 10:12 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-10-14 10:12 UTC (permalink / raw)
To: Andrey Smirnov; +Cc: barebox
On Mon, Oct 07, 2019 at 10:04:26PM -0700, Andrey Smirnov wrote:
> 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(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-14 10:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 5:04 [PATCH] Documentation: zii-vf610-dev: Fix bogus DDR configuration values Andrey Smirnov
2019-10-14 10:12 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox