All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/1] board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3
       [not found] <[PATCH 4/4] board: freescale: t104xrdb: Set popts->
@ 2021-08-19  7:07 ` Priyanka Singh
  0 siblings, 0 replies; only message in thread
From: Priyanka Singh @ 2021-08-19  7:07 UTC (permalink / raw)
  To: u-boot; +Cc: priyanka.jain, poonam.aggrwal, Priyanka Singh

Set popts->cpo_sample to 0x54 in t104xrdb/ddr.c to optimize cpo

Signed-off-by: Priyanka Singh <priyanka.singh@nxp.com>

---
Changes for v2:
	-Added NXP Copyright to file updated
---
 board/freescale/t104xrdb/ddr.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/freescale/t104xrdb/ddr.c b/board/freescale/t104xrdb/ddr.c
index 8351f7ce9d..539a36d2a9 100644
--- a/board/freescale/t104xrdb/ddr.c
+++ b/board/freescale/t104xrdb/ddr.c
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2013 Freescale Semiconductor, Inc.
+ * Copyright 2021 NXP
  */
 
 #include <common.h>
@@ -83,6 +84,7 @@ found:
 	/* optimize cpo for erratum A-009942 */
 	popts->cpo_sample = 0x59;
 #else
+	popts->cpo_sample = 0x54;
 	popts->half_strength_driver_enable = 0;
 #endif
 	/*
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-19  7:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <[PATCH 4/4] board: freescale: t104xrdb: Set popts->
2021-08-19  7:07 ` [PATCH v2 1/1] board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3 Priyanka Singh

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.