diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2009-09-06 23:20:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:10:42 -0400 |
commit | 88c28b2df99d306a47d7fb88520482059643e503 (patch) | |
tree | 8e05dc651760c56ef343da233c53ce7cb71aeeb0 /arch/blackfin/configs | |
parent | 4663f6ef251766cc9f7ab21af35661d8a736bef2 (diff) |
Blackfin: increase default async timings for parallel flashes
The default async timings are a little too fast for the parallel flash
that is attached by default to the async banks. So slow things down a bit
so accessing the hardware is stable.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/configs')
-rw-r--r-- | arch/blackfin/configs/BF518F-EZBRD_defconfig | 4 | ||||
-rw-r--r-- | arch/blackfin/configs/BF526-EZBRD_defconfig | 4 | ||||
-rw-r--r-- | arch/blackfin/configs/BF527-EZKIT_defconfig | 4 | ||||
-rw-r--r-- | arch/blackfin/configs/BF548-EZKIT_defconfig | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/arch/blackfin/configs/BF518F-EZBRD_defconfig b/arch/blackfin/configs/BF518F-EZBRD_defconfig index dcfb4889559a..9905b26009e5 100644 --- a/arch/blackfin/configs/BF518F-EZBRD_defconfig +++ b/arch/blackfin/configs/BF518F-EZBRD_defconfig | |||
@@ -358,9 +358,9 @@ CONFIG_C_AMBEN_ALL=y | |||
358 | # EBIU_AMBCTL Control | 358 | # EBIU_AMBCTL Control |
359 | # | 359 | # |
360 | CONFIG_BANK_0=0x7BB0 | 360 | CONFIG_BANK_0=0x7BB0 |
361 | CONFIG_BANK_1=0x5554 | 361 | CONFIG_BANK_1=0x7BB0 |
362 | CONFIG_BANK_2=0x7BB0 | 362 | CONFIG_BANK_2=0x7BB0 |
363 | CONFIG_BANK_3=0xFFC0 | 363 | CONFIG_BANK_3=0x99B2 |
364 | 364 | ||
365 | # | 365 | # |
366 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | 366 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) |
diff --git a/arch/blackfin/configs/BF526-EZBRD_defconfig b/arch/blackfin/configs/BF526-EZBRD_defconfig index 48a3a7a9099c..9dc682088023 100644 --- a/arch/blackfin/configs/BF526-EZBRD_defconfig +++ b/arch/blackfin/configs/BF526-EZBRD_defconfig | |||
@@ -359,9 +359,9 @@ CONFIG_C_AMBEN_ALL=y | |||
359 | # EBIU_AMBCTL Control | 359 | # EBIU_AMBCTL Control |
360 | # | 360 | # |
361 | CONFIG_BANK_0=0x7BB0 | 361 | CONFIG_BANK_0=0x7BB0 |
362 | CONFIG_BANK_1=0x5554 | 362 | CONFIG_BANK_1=0x7BB0 |
363 | CONFIG_BANK_2=0x7BB0 | 363 | CONFIG_BANK_2=0x7BB0 |
364 | CONFIG_BANK_3=0xFFC0 | 364 | CONFIG_BANK_3=0x99B2 |
365 | 365 | ||
366 | # | 366 | # |
367 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | 367 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) |
diff --git a/arch/blackfin/configs/BF527-EZKIT_defconfig b/arch/blackfin/configs/BF527-EZKIT_defconfig index dd8352791daf..77e35d4baf53 100644 --- a/arch/blackfin/configs/BF527-EZKIT_defconfig +++ b/arch/blackfin/configs/BF527-EZKIT_defconfig | |||
@@ -363,9 +363,9 @@ CONFIG_C_AMBEN_ALL=y | |||
363 | # EBIU_AMBCTL Control | 363 | # EBIU_AMBCTL Control |
364 | # | 364 | # |
365 | CONFIG_BANK_0=0x7BB0 | 365 | CONFIG_BANK_0=0x7BB0 |
366 | CONFIG_BANK_1=0x5554 | 366 | CONFIG_BANK_1=0x7BB0 |
367 | CONFIG_BANK_2=0x7BB0 | 367 | CONFIG_BANK_2=0x7BB0 |
368 | CONFIG_BANK_3=0xFFC0 | 368 | CONFIG_BANK_3=0x99B2 |
369 | 369 | ||
370 | # | 370 | # |
371 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | 371 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) |
diff --git a/arch/blackfin/configs/BF548-EZKIT_defconfig b/arch/blackfin/configs/BF548-EZKIT_defconfig index b3d3cab81cfe..f773ad1155d4 100644 --- a/arch/blackfin/configs/BF548-EZKIT_defconfig +++ b/arch/blackfin/configs/BF548-EZKIT_defconfig | |||
@@ -400,7 +400,7 @@ CONFIG_C_AMBEN_ALL=y | |||
400 | # EBIU_AMBCTL Control | 400 | # EBIU_AMBCTL Control |
401 | # | 401 | # |
402 | CONFIG_BANK_0=0x7BB0 | 402 | CONFIG_BANK_0=0x7BB0 |
403 | CONFIG_BANK_1=0x5554 | 403 | CONFIG_BANK_1=0x7BB0 |
404 | CONFIG_BANK_2=0x7BB0 | 404 | CONFIG_BANK_2=0x7BB0 |
405 | CONFIG_BANK_3=0x99B2 | 405 | CONFIG_BANK_3=0x99B2 |
406 | CONFIG_EBIU_MBSCTLVAL=0x0 | 406 | CONFIG_EBIU_MBSCTLVAL=0x0 |