Commit db68254f authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu

[Blackfin] arch: Apply Bluetechnix vendor patch

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent d5adb029
...@@ -323,7 +323,7 @@ config VCO_MULT ...@@ -323,7 +323,7 @@ config VCO_MULT
range 1 64 range 1 64
default "22" if BFIN533_EZKIT default "22" if BFIN533_EZKIT
default "45" if BFIN533_STAMP default "45" if BFIN533_STAMP
default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT) default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM)
default "22" if BFIN533_BLUETECHNIX_CM default "22" if BFIN533_BLUETECHNIX_CM
default "20" if BFIN537_BLUETECHNIX_CM default "20" if BFIN537_BLUETECHNIX_CM
default "20" if BFIN561_BLUETECHNIX_CM default "20" if BFIN561_BLUETECHNIX_CM
...@@ -360,7 +360,7 @@ config SCLK_DIV ...@@ -360,7 +360,7 @@ config SCLK_DIV
range 1 15 range 1 15
default 5 if BFIN533_EZKIT default 5 if BFIN533_EZKIT
default 5 if BFIN533_STAMP default 5 if BFIN533_STAMP
default 4 if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT) default 4 if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM)
default 5 if BFIN533_BLUETECHNIX_CM default 5 if BFIN533_BLUETECHNIX_CM
default 4 if BFIN537_BLUETECHNIX_CM default 4 if BFIN537_BLUETECHNIX_CM
default 4 if BFIN561_BLUETECHNIX_CM default 4 if BFIN561_BLUETECHNIX_CM
...@@ -449,10 +449,11 @@ config MEM_SIZE ...@@ -449,10 +449,11 @@ config MEM_SIZE
default 128 if BFIN533_STAMP default 128 if BFIN533_STAMP
default 64 if PNAV10 default 64 if PNAV10
default 32 if H8606_HVSISTEMAS default 32 if H8606_HVSISTEMAS
default 64 if BFIN548_BLUETECHNIX_CM
choice choice
prompt "DDR SDRAM Chip Type" prompt "DDR SDRAM Chip Type"
depends on BFIN548_EZKIT depends on (BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM)
default MEM_MT46V32M16_5B default MEM_MT46V32M16_5B
config MEM_MT46V32M16_6T config MEM_MT46V32M16_6T
......
...@@ -9,4 +9,10 @@ config BFIN548_EZKIT ...@@ -9,4 +9,10 @@ config BFIN548_EZKIT
help help
BFIN548-EZKIT board support. BFIN548-EZKIT board support.
config BFIN548_BLUETECHNIX_CM
bool "Bluetechnix CM-BF548"
depends on (BF548)
help
CM-BF548 support for DEV-Board.
endchoice endchoice
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
# #
obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o led.o obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o led.o
obj-$(CONFIG_BFIN548_BLUETECHNIX_CM) += cm_bf548.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment