From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Date: Tue, 24 May 2016 11:45:04 +0530 Subject: [U-Boot] [PATCH 0/3] arm: omap: Introduce vcores_init function Message-ID: <1464070507-26159-1-git-send-email-j-keerthy@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The series Introduces vcores_init function to update am57xx information after the board detection. Fixes assigning wrong value to to omap_vcores over riding the vcores_init function for am572x-idk and does a minor alignment correction. This series is on top of the series: http://marc.info/?l=u-boot&m=146402916631764&w=2 Boot tested on beagle-x15, am572x-idk and dra7-evm. Checked for the correct PMIC voltages using i2c reads on PMIC registers. Keerthy (3): arm: omap: Introduce vcores_init function arm: am57xx: Fix omap_vcores assignment for am572x-idk arm: am57xx: Fix alignment where necessary arch/arm/cpu/armv7/omap-common/hwinit-common.c | 11 ++ arch/arm/include/asm/arch-omap5/sys_proto.h | 1 + board/ti/am57xx/board.c | 135 ++++++++++++++++--------- 3 files changed, 101 insertions(+), 46 deletions(-) -- 1.9.1