summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-05-03 10:14:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-08 10:56:51 +0200
commitfc0f746443abdffead4854c19c1b7570fcaacc5d (patch)
tree54df1455b840a6f037b0805b41f0cd4e949d31f4 /arch/arm
parentb7522c98780ec0a1858ab3a8c699bf97c1c689de (diff)
downloadbarebox-fc0f746443abdffead4854c19c1b7570fcaacc5d.tar.gz
barebox-fc0f746443abdffead4854c19c1b7570fcaacc5d.tar.xz
ARM: Layerscape: TQMLS1046a: Set cpo_sample value
Starting the board issues the warning: WARN: pls set popts->cpo_sample = 0x48 So set the value to the desired value. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boards/tqmls1046a/lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/tqmls1046a/lowlevel.c b/arch/arm/boards/tqmls1046a/lowlevel.c
index 044d6a418d..fb3a3f3591 100644
--- a/arch/arm/boards/tqmls1046a/lowlevel.c
+++ b/arch/arm/boards/tqmls1046a/lowlevel.c
@@ -116,7 +116,7 @@ found:
DDR_CDR2_VREF_TRAIN_EN | DDR_CDR2_VREF_RANGE_2;
/* optimize cpo for erratum A-009942 */
- popts->cpo_sample = 0x61;
+ popts->cpo_sample = 0x48;
}
static struct dimm_params dimm_params[] = {