mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
38ffcb679b
Add a comment to indicate that we are not supporting the PWM regulator yet. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
290 B
C
13 lines
290 B
C
/*
|
|
* (C) Copyright 2015 Google, Inc
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#include <common.h>
|
|
|
|
/*
|
|
* We should increase the DDR voltage to 1.2V using the PWM regulator.
|
|
* There is a U-Boot driver for this but it may need to add support for the
|
|
* 'voltage-table' property.
|
|
*/
|