~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to arch/arm/plat-omap/include/plat/omap44xx.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define L4_PER_44XX_BASE                0x48000000
23
23
#define L4_EMU_44XX_BASE                0x54000000
24
24
#define L3_44XX_BASE                    0x44000000
25
 
#define L3_44XX_BASE_CLK1               L3_44XX_BASE
26
 
#define L3_44XX_BASE_CLK2               0x44800000
27
 
#define L3_44XX_BASE_CLK3               0x45000000
28
25
#define OMAP44XX_EMIF1_BASE             0x4c000000
29
26
#define OMAP44XX_EMIF2_BASE             0x4d000000
30
27
#define OMAP44XX_DMM_BASE               0x4e000000
57
54
#define OMAP4_MMU1_BASE                 0x55082000
58
55
#define OMAP4_MMU2_BASE                 0x4A066000
59
56
 
60
 
#define OMAP44XX_SPINLOCK_BASE          (L4_44XX_BASE + 0xF6000)
61
57
#define OMAP44XX_USBTLL_BASE            (L4_44XX_BASE + 0x62000)
62
58
#define OMAP44XX_UHH_CONFIG_BASE        (L4_44XX_BASE + 0x64000)
63
59
#define OMAP44XX_HSUSB_OHCI_BASE        (L4_44XX_BASE + 0x64800)
64
60
#define OMAP44XX_HSUSB_EHCI_BASE        (L4_44XX_BASE + 0x64C00)
65
61
 
 
62
#define OMAP44XX_CTI0_BASE              0x54148000
 
63
#define OMAP44XX_CTI1_BASE              0x54149000
 
64
 
66
65
#endif /* __ASM_ARCH_OMAP44XX_H */
67
66