Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175640
b: refs/heads/master
c: c129404
h: refs/heads/master
v: v3
  • Loading branch information
Rajendra Nayak authored and paul committed Dec 12, 2009
1 parent 9729586 commit 9abe5fa
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b47267f3e7f5f9b0d136c199fb8f3acb362e45e
refs/heads/master: c1294045d2299c36f531a23802f4d124cfc6b564
8 changes: 6 additions & 2 deletions trunk/arch/arm/mach-omap2/prm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/*
* OMAP2/3 Power/Reset Management (PRM) register definitions
*
* Copyright (C) 2007 Texas Instruments, Inc.
* Copyright (C) 2007 Nokia Corporation
* Copyright (C) 2007-2009 Texas Instruments, Inc.
* Copyright (C) 2009 Nokia Corporation
*
* Written by Paul Walmsley
*
Expand All @@ -22,6 +22,10 @@
OMAP2_L4_IO_ADDRESS(OMAP2430_PRM_BASE + (module) + (reg))
#define OMAP34XX_PRM_REGADDR(module, reg) \
OMAP2_L4_IO_ADDRESS(OMAP3430_PRM_BASE + (module) + (reg))
#define OMAP44XX_PRM_REGADDR(module, reg) \
OMAP2_L4_IO_ADDRESS(OMAP4430_PRM_BASE + (module) + (reg))

#include "prm44xx.h"

/*
* Architecture-specific global PRM registers
Expand Down
Loading

0 comments on commit 9abe5fa

Please sign in to comment.