blob: 19edb18a66590a7bdc685d84f4c8b8b8425ac0f8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass9d5d1cc2015-08-30 16:55:42 -06002/*
3 * (C) Copyright 2015 Google, Inc
Simon Glass9d5d1cc2015-08-30 16:55:42 -06004 */
5
6#include <common.h>
Simon Glass57538b32016-11-13 14:22:11 -07007
8/*
9 * We should increase the DDR voltage to 1.2V using the PWM regulator.
10 * There is a U-Boot driver for this but it may need to add support for the
11 * 'voltage-table' property.
12 */