
29 Jan
2014
29 Jan
'14
5:44 p.m.
On Wed, Jan 29, 2014 at 04:39:03PM +0100, Lothar Felten wrote:
Signed-off-by: Lothar Felten lothar.felten@gmail.com
board/silica/pengwyn/board.c | 10 +++++----- include/configs/pengwyn.h | 6 ++---- 2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/board/silica/pengwyn/board.c b/board/silica/pengwyn/board.c index d5dbd3b..97d7de4 100644 --- a/board/silica/pengwyn/board.c +++ b/board/silica/pengwyn/board.c @@ -77,11 +77,11 @@ const struct dpll_params dpll_ddr_400 = {
void am33xx_spl_board_init(void) {
- /* the pengwyn board uses the TPS650250 PMIC without I2C */
- /* interface and will output the following fixed voltages: */
- /* DCDC1=3V3 (IO) DCDC2=1V5 (DDR) DCDC3=1V26 (Vmpu) */
- /* VLDO1=1V8 (IO) VLDO2=1V8(IO) */
- /* Vcore=1V1 is fixed, generated by TPS62231 */
- /* The pengwyn board uses the TPS650250 PMIC without I2C
* interface and will output the following fixed voltages:
* DCDC1=3V3 (IO) DCDC2=1V5 (DDR) DCDC3=1V26 (Vmpu)
* VLDO1=1V8 (IO) VLDO2=1V8(IO)
* Vcore=1V1 is fixed, generated by TPS62231 */
Not quite right, and please squash this patch into the first one, in the next posting. Thanks.
--
Tom