From c50037b36d67ccd75bdfc77e9daee1fcf7ac79d3 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 28 Apr 2015 02:09:31 +0200 Subject: apalis_t30: add missing new line Add missing new line in tegra_pcie_board_init. --- board/toradex/apalis_t30/apalis_t30.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board') diff --git a/board/toradex/apalis_t30/apalis_t30.c b/board/toradex/apalis_t30/apalis_t30.c index aedbbb43e6..a743f00feb 100644 --- a/board/toradex/apalis_t30/apalis_t30.c +++ b/board/toradex/apalis_t30/apalis_t30.c @@ -120,6 +120,7 @@ int tegra_pcie_board_init(void) debug("%s: Cannot find PMIC I2C chip\n", __func__); return err; } + /* TPS659110: VDD2_OP_REG = 1.05V */ data[0] = 0x27; addr = 0x25; -- cgit v1.2.3