summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-06-10 09:47:57 -0400
committerTom Rini <trini@konsulko.com>2017-06-10 09:47:57 -0400
commit75fd49c836d9a1750c9b6d86c0511b990fbe9fa8 (patch)
treecb0e9010edb4dbc48230bf6fc031de9a101d42dd /board
parent56491f98d48921a57d1f13e3f91556a1b87de2f8 (diff)
parentabf54bf978ed9932d69ee7f937012398d0d8d08f (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'board')
-rw-r--r--board/ti/am43xx/board.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c
index 91a84cff56..54f40e64a4 100644
--- a/board/ti/am43xx/board.c
+++ b/board/ti/am43xx/board.c
@@ -422,6 +422,13 @@ void scale_vcores_generic(u32 m)
printf("%s failure\n", __func__);
return;
}
+
+ /* Set DCDC3 (DDR) voltage */
+ if (tps65218_voltage_update(TPS65218_DCDC3,
+ TPS65218_DCDC3_VOLT_SEL_1350MV)) {
+ printf("%s failure\n", __func__);
+ return;
+ }
}
void scale_vcores_idk(u32 m)