From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 04 Dec 2012 08:59:43 +0100 Subject: [U-Boot] [PATCH] mx23: Add POWER and CLKCTRL register definitions In-Reply-To: <1353802869-19200-1-git-send-email-marex@denx.de> References: <1353802869-19200-1-git-send-email-marex@denx.de> Message-ID: <50BDAD6F.6030808@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 25/11/2012 01:21, Marek Vasut wrote: > Add register definitions for the i.MX23 power control block and > clock control block. These are essential for the basic bootstrap > of the i.MX23. Also, properly include them in imx-regs.h . > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- Hi Marek, Hi Otavio, > arch/arm/include/asm/arch-mxs/imx-regs.h | 5 + > arch/arm/include/asm/arch-mxs/regs-clkctrl-mx23.h | 221 +++++++++++++ > arch/arm/include/asm/arch-mxs/regs-power-mx23.h | 357 +++++++++++++++++++++ > 3 files changed, 583 insertions(+) > create mode 100644 arch/arm/include/asm/arch-mxs/regs-clkctrl-mx23.h > create mode 100644 arch/arm/include/asm/arch-mxs/regs-power-mx23.h > The main (and only issue) here is that there is not yet a board with MX23 in u-boot to use this code. Then this is dead code, and I cannot merge it now - I will postpone this patch. The best way to add support for this SOC is, as usually, to get a bunch of patches with the last ones for a board using the SOC. Else we are unsure that the code we introduce can be really used later. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================