From ec9ff39c7d2032381f057e21af61d57a1f0cc638 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 18 Dec 2009 11:07:53 +0100 Subject: scb9328: setup chipselect the correct way Signed-off-by: Sascha Hauer --- board/scb9328/scb9328.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'board') diff --git a/board/scb9328/scb9328.c b/board/scb9328/scb9328.c index 6b86352e6a..356c4b8bcd 100644 --- a/board/scb9328/scb9328.c +++ b/board/scb9328/scb9328.c @@ -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; -- cgit v1.2.3