From: Simon Glass Date: Sun, 13 Nov 2016 21:22:11 +0000 (-0700) Subject: rockchip: veyron: Add a note about the SDRAM voltage X-Git-Tag: v2017.01-rc1~210^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38ffcb679b1694f8ebf4e5670614fb830ae0c2f2;p=oweals%2Fu-boot.git rockchip: veyron: Add a note about the SDRAM voltage Add a comment to indicate that we are not supporting the PWM regulator yet. Signed-off-by: Simon Glass --- diff --git a/board/google/veyron/veyron.c b/board/google/veyron/veyron.c index 5119e95455..20297e1c0f 100644 --- a/board/google/veyron/veyron.c +++ b/board/google/veyron/veyron.c @@ -5,3 +5,9 @@ */ #include + +/* + * 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. + */