From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suman Anna Date: Mon, 23 May 2016 13:32:13 -0500 Subject: [U-Boot] [PATCH 0/4] DRA7 Voltage macro consolidation Message-ID: <1464028337-13426-1-git-send-email-s-anna@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 Hi Tom, The following series consolidates the current macros used for Voltage configuration on DRA7/AM57xx platforms. This is a preparatory series for a follow-up series that introduces the ability to choose OPP configurations at boot time for various voltage domains using Kconfigs. I will submit that series once the "Support for boot image creation for TI secure devices" series [1] gets merged. Patches based on current u-boot master commit 4b6e1fd, and a commit [2] to fix current SPL boot issues on DRA7 platforms. regards Suman [1] http://marc.info/?l=u-boot&m=146370308317931&w=2 [2] https://patchwork.ozlabs.org/patch/624267/ Suman Anna (4): ARM: DRA7: Update/Correct MPU and CORE OPP_NOM voltage values ARM: DRA7: Define common macros for efuse register offsets ARM: DRA7: Consolidate voltage macros across different SoCs ARM: DRA7: Add macros for voltage values for all OPPs arch/arm/cpu/armv7/omap5/hw_data.c | 40 +++++++++++++++--------------- arch/arm/include/asm/arch-omap5/clock.h | 43 +++++++++++++++++++++++---------- board/ti/am57xx/board.c | 20 +++++++-------- 3 files changed, 60 insertions(+), 43 deletions(-) -- 2.8.2