9
0
Fork 0

scb9328: setup chipselect the correct way

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-12-18 11:07:53 +01:00
parent 7dd17229a0
commit ec9ff39c7d
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ static struct device_d dm9000_dev = {
static int scb9328_devices_init(void) {
/* adjust chipselects */
GPR(0) = 0x00800000;
GIUS(0) = 0x0043fffe;
imx_gpio_mode(PA23_PF_CS5);
/* CS3 becomes CS3 by clearing reset default bit 1 in FMCR */
FMCR = 0x1;