From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 19 Aug 2008 11:01:31 +0200 Subject: [U-Boot] [PATCH v2 5/6] i.MX31: Make the SPI bus and chip select configurable for MC13783 In-Reply-To: <1219051847-22887-6-git-send-email-lilja.magnus@gmail.com> References: <1219051847-22887-1-git-send-email-lilja.magnus@gmail.com> <1219051847-22887-2-git-send-email-lilja.magnus@gmail.com> <1219051847-22887-3-git-send-email-lilja.magnus@gmail.com> <1219051847-22887-4-git-send-email-lilja.magnus@gmail.com> <1219051847-22887-5-git-send-email-lilja.magnus@gmail.com> <1219051847-22887-6-git-send-email-lilja.magnus@gmail.com> Message-ID: <20080819090131.GD9094@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11:30 Mon 18 Aug , Magnus Lilja wrote: > The i.MX31 has three SPI buses and each bus has several chip selects > and the MC13783 chip can be connected to any of these. The current > RTC driver for MC13783 is hardcoded for CSPI2/SS2. > > This patch makes make MC13783 SPI bus and chip select configurable > via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS. Please add a readme about it in README.imx31 maybe. Best Regards, J.