From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Lilja Date: Mon, 19 Apr 2010 20:42:05 +0200 Subject: [U-Boot] [PATCH 1/6] MX: Added Freescale Power Management Driver In-Reply-To: <1271663820-7358-1-git-send-email-sbabic@denx.de> References: <1268756287-2030-1-git-send-email-sbabic@denx.de> <1271663820-7358-1-git-send-email-sbabic@denx.de> Message-ID: <4BCCA3FD.5020202@gmail.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 On 04/19/2010 09:56 AM, Stefano Babic wrote: > The patch add supports for the Freescale's Power > Management Controller (known as Atlas) used together with i.MX31/51 > processors. It was tested with a MC13783 (MX31) and > MC13892 (MX51). You should try and compile all i.MX31 boards with your patches. I tried i.MX31 Litekit and it failed: mxc_spi.c: In function 'spi_setup_slave': mxc_spi.c:406: error: 'ctrl_reg' undeclared (first use in this function) mxc_spi.c:406: error: (Each undeclared identifier is reported only once mxc_spi.c:406: error: for each function it appears in.) I applied your patches on top of the u-boot-imx-tree. Regards, Magnus Lilja