From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Tue, 26 Jul 2011 08:07:14 +0000 Subject: [U-Boot] [PATCH] AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init) In-Reply-To: <1311666964-12869-1-git-send-email-u-boot@emk-elektronik.de> References: <1311666964-12869-1-git-send-email-u-boot@emk-elektronik.de> Message-ID: <1311667634.3635.18.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Reinhard Meyer, > Bits 0..3 in cs_mask = CS0..CS3 in SPI mode require it to be peripheral > Bits 4..7 in cs_mask = CS0..CS3 in GPIO mode require it to be output > > Signed-off-by: Reinhard Meyer > --- > arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-atmel/master. Thanks, Reinhard