Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 9d5d1cc | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2015 Google, Inc |
Simon Glass | 9d5d1cc | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #include <common.h> |
Simon Glass | 57538b3 | 2016-11-13 14:22:11 -0700 | [diff] [blame] | 7 | |
| 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 | */ |