All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR
@ 2019-02-11  1:19 Chris Packham
  2019-02-11  8:34 ` Stefan Roese
  2019-02-11 12:30 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Packham @ 2019-02-11  1:19 UTC (permalink / raw)
  To: u-boot

MV_DDR_FREQ_SAR lets the DDR frequency be determined by hardware
strapping. This also has the side effect of running the DDR clock in
synchronous mode with the CPU core clock rather than from an independent
PLL. We've seen this improve reliability in operation across a number of
boards and temperature ranges.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 board/alliedtelesis/x530/x530.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/alliedtelesis/x530/x530.c b/board/alliedtelesis/x530/x530.c
index b34ae5134547..d7d1942fe686 100644
--- a/board/alliedtelesis/x530/x530.c
+++ b/board/alliedtelesis/x530/x530.c
@@ -57,7 +57,7 @@ static struct mv_ddr_topology_map board_topology_map = {
 	    SPEED_BIN_DDR_1866M,	/* speed_bin */
 	    MV_DDR_DEV_WIDTH_16BIT,	/* sdram device width */
 	    MV_DDR_DIE_CAP_4GBIT,	/* die capacity */
-	    MV_DDR_FREQ_933,		/* frequency */
+	    MV_DDR_FREQ_SAR,		/* frequency */
 	    0, 0,			/* cas_l cas_wl */
 	    MV_DDR_TEMP_LOW,		/* temperature */
 	    MV_DDR_TIM_2T} },		/* timing */
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR
  2019-02-11  1:19 [U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR Chris Packham
@ 2019-02-11  8:34 ` Stefan Roese
  2019-02-11 12:30 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-02-11  8:34 UTC (permalink / raw)
  To: u-boot

On 11.02.19 02:19, Chris Packham wrote:
> MV_DDR_FREQ_SAR lets the DDR frequency be determined by hardware
> strapping. This also has the side effect of running the DDR clock in
> synchronous mode with the CPU core clock rather than from an independent
> PLL. We've seen this improve reliability in operation across a number of
> boards and temperature ranges.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>   board/alliedtelesis/x530/x530.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/alliedtelesis/x530/x530.c b/board/alliedtelesis/x530/x530.c
> index b34ae5134547..d7d1942fe686 100644
> --- a/board/alliedtelesis/x530/x530.c
> +++ b/board/alliedtelesis/x530/x530.c
> @@ -57,7 +57,7 @@ static struct mv_ddr_topology_map board_topology_map = {
>   	    SPEED_BIN_DDR_1866M,	/* speed_bin */
>   	    MV_DDR_DEV_WIDTH_16BIT,	/* sdram device width */
>   	    MV_DDR_DIE_CAP_4GBIT,	/* die capacity */
> -	    MV_DDR_FREQ_933,		/* frequency */
> +	    MV_DDR_FREQ_SAR,		/* frequency */
>   	    0, 0,			/* cas_l cas_wl */
>   	    MV_DDR_TEMP_LOW,		/* temperature */
>   	    MV_DDR_TIM_2T} },		/* timing */
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR
  2019-02-11  1:19 [U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR Chris Packham
  2019-02-11  8:34 ` Stefan Roese
@ 2019-02-11 12:30 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-02-11 12:30 UTC (permalink / raw)
  To: u-boot

On 11.02.19 02:19, Chris Packham wrote:
> MV_DDR_FREQ_SAR lets the DDR frequency be determined by hardware
> strapping. This also has the side effect of running the DDR clock in
> synchronous mode with the CPU core clock rather than from an independent
> PLL. We've seen this improve reliability in operation across a number of
> boards and temperature ranges.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-11 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11  1:19 [U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR Chris Packham
2019-02-11  8:34 ` Stefan Roese
2019-02-11 12:30 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.