Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9db144fe authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu
Browse files

Blackfin arch: Apply Bluetechnix CM-BF527 board support patch

parent f09630bf
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ config MEM_MT48LC16M16A2TG_75
	bool
	depends on (BFIN533_EZKIT || BFIN561_EZKIT \
		|| BFIN533_BLUETECHNIX_CM || BFIN537_BLUETECHNIX_CM \
		|| H8606_HVSISTEMAS)
		|| H8606_HVSISTEMAS || BFIN527_BLUETECHNIX_CM)
	default y

config MEM_MT48LC32M8A2_75
@@ -330,8 +330,7 @@ config VCO_MULT
	default "45" if BFIN533_STAMP
	default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM)
	default "22" if BFIN533_BLUETECHNIX_CM
	default "20" if BFIN537_BLUETECHNIX_CM
	default "20" if BFIN561_BLUETECHNIX_CM
	default "20" if (BFIN537_BLUETECHNIX_CM || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM)
	default "20" if BFIN561_EZKIT
	default "16" if H8606_HVSISTEMAS
	help
+1185 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Diff line number Diff line
@@ -9,4 +9,9 @@ config BFIN527_EZKIT
	help
	  BF527-EZKIT-LITE board support.

config BFIN527_BLUETECHNIX_CM
	bool "Bluetechnix CM-BF527"
	help
	  CM-BF527 support for EVAL- and DEV-Board.

endchoice
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@
#

obj-$(CONFIG_BFIN527_EZKIT)            += ezkit.o
obj-$(CONFIG_BFIN527_BLUETECHNIX_CM)   += cm_bf527.o
+1011 −0

File added.

Preview size limit exceeded, changes collapsed.