projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b255b
)
board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3
author
Priyanka Singh
<priyanka.singh@nxp.com>
Thu, 19 Aug 2021 07:07:31 +0000
(12:37 +0530)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 9 Nov 2021 09:13:24 +0000
(14:43 +0530)
Set popts->cpo_sample to 0x54 in t104xrdb/ddr.c to optimize cpo
Signed-off-by: Priyanka Singh <priyanka.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/t104xrdb/ddr.c
patch
|
blob
|
history
diff --git
a/board/freescale/t104xrdb/ddr.c
b/board/freescale/t104xrdb/ddr.c
index
8351f7c
..
539a36d
100644
(file)
--- 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
/*