Skip to content

Commit

Permalink
ARM: OMAP2: Add common register access for 24xx and 34xx
Browse files Browse the repository at this point in the history
This patch adds common register access for 24xx and 34xx power
and clock management in order to share code between 24xx and 34xx.

Only change USB platform init code to use new register access, other
access will be changed in later patches.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Paul Walmsley authored and Tony Lindgren committed Apr 14, 2008
1 parent 9330899 commit 69d88a0
Show file tree
Hide file tree
Showing 12 changed files with 1,889 additions and 22 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

# Common support
obj-y := irq.o id.o io.o sram-fn.o memory.o prcm.o clock.o mux.o devices.o \
serial.o gpmc.o timer-gp.o
obj-y := irq.o id.o io.o sram-fn.o memory.o control.o prcm.o clock.o mux.o \
devices.o serial.o gpmc.o timer-gp.o

# Power Management
obj-$(CONFIG_PM) += pm.o pm-domain.o sleep.o
Expand Down
Loading

0 comments on commit 69d88a0

Please sign in to comment.