summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-11-21 11:47:56 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2011-11-21 18:57:07 +0200
commit1bfdfaaa098ec65f14207f7311a68e3bd73a6ebb (patch)
tree02033aefc1586f0425080b0cf54fc49f17618ebf
parent47a4dbf83a75014d6b3467be18997894f1c617db (diff)
Drop FSMC timings setup from Snowball ethernet startupandroid-20111121
We trust U-Boot to do it now.
-rw-r--r--arch/arm/mach-ux500/board-snowball-netdev.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/board-snowball-netdev.c b/arch/arm/mach-ux500/board-snowball-netdev.c
index 48404e4f953..6a919502fdf 100644
--- a/arch/arm/mach-ux500/board-snowball-netdev.c
+++ b/arch/arm/mach-ux500/board-snowball-netdev.c
@@ -47,14 +47,11 @@ int sbnet_init(void)
/*
* Horribly, fix all the configuration by hand
*/
- /* Turn on the FSMC device */
+
+ /* Turn on FSMC device */
*(ptr + 0xf000 / 4) = 1;
*(ptr + 0xf008 / 4) = 1;
- /* Configure the FSMC device */
- *(ptr + 0x0000 / 4) = 0x0000305b;
- *(ptr + 0x0004 / 4) = 0x01010110;
-
/* Fix some gpio bits */
*(ptr + 0xe120 / 4) &= ~0x7f8;
*(ptr + 0xe124 / 4) |= 0x7f8;