Skip to content

Commit

Permalink
arm/imx21: clock support for i.MX21
Browse files Browse the repository at this point in the history
Based on code from "Martin Fuzzey" <mfuzzey@gmail.com>

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Holger Schurig authored and Sascha Hauer committed Mar 13, 2009
1 parent 260a1fd commit aa3b0a6
Show file tree
Hide file tree
Showing 4 changed files with 1,245 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-mx2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

obj-y := system.o generic.o devices.o serial.o

obj-$(CONFIG_MACH_MX21) += clock_imx21.o

obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
obj-$(CONFIG_MACH_MX27) += clock_imx27.o

Expand Down
Loading

0 comments on commit aa3b0a6

Please sign in to comment.