Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
014322da
Commit
014322da
authored
May 25, 2011
by
Russell King
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'davinci-next' of
git://gitorious.org/linux-davinci/linux-davinci
into devel-stable
parents
03eb1419
1a717c00
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
15 deletions
+13
-15
arch/arm/mach-davinci/da850.c
arch/arm/mach-davinci/da850.c
+1
-1
arch/arm/mach-davinci/devices-da8xx.c
arch/arm/mach-davinci/devices-da8xx.c
+9
-7
arch/arm/mach-davinci/devices.c
arch/arm/mach-davinci/devices.c
+3
-0
arch/arm/mach-davinci/include/mach/da8xx.h
arch/arm/mach-davinci/include/mach/da8xx.h
+0
-4
arch/arm/mach-davinci/include/mach/hardware.h
arch/arm/mach-davinci/include/mach/hardware.h
+0
-3
No files found.
arch/arm/mach-davinci/da850.c
View file @
014322da
...
...
@@ -1055,7 +1055,7 @@ int da850_register_pm(struct platform_device *pdev)
if
(
!
pdata
->
cpupll_reg_base
)
return
-
ENOMEM
;
pdata
->
ddrpll_reg_base
=
ioremap
(
DA8
XX
_PLL1_BASE
,
SZ_4K
);
pdata
->
ddrpll_reg_base
=
ioremap
(
DA8
50
_PLL1_BASE
,
SZ_4K
);
if
(
!
pdata
->
ddrpll_reg_base
)
{
ret
=
-
ENOMEM
;
goto
no_ddrpll_mem
;
...
...
arch/arm/mach-davinci/devices-da8xx.c
View file @
014322da
...
...
@@ -24,23 +24,25 @@
#include "clock.h"
#define DA8XX_TPCC_BASE 0x01c00000
#define DA850_MMCSD1_BASE 0x01e1b000
#define DA850_TPCC1_BASE 0x01e30000
#define DA8XX_TPTC0_BASE 0x01c08000
#define DA8XX_TPTC1_BASE 0x01c08400
#define DA850_TPTC2_BASE 0x01e38000
#define DA8XX_WDOG_BASE 0x01c21000
/* DA8XX_TIMER64P1_BASE */
#define DA8XX_I2C0_BASE 0x01c22000
#define DA8XX_RTC_BASE 0x01C23000
#define DA8XX_RTC_BASE 0x01c23000
#define DA8XX_MMCSD0_BASE 0x01c40000
#define DA8XX_SPI0_BASE 0x01c41000
#define DA830_SPI1_BASE 0x01e12000
#define DA8XX_LCD_CNTRL_BASE 0x01e13000
#define DA850_MMCSD1_BASE 0x01e1b000
#define DA8XX_EMAC_CPPI_PORT_BASE 0x01e20000
#define DA8XX_EMAC_CPGMACSS_BASE 0x01e22000
#define DA8XX_EMAC_CPGMAC_BASE 0x01e23000
#define DA8XX_EMAC_MDIO_BASE 0x01e24000
#define DA8XX_GPIO_BASE 0x01e26000
#define DA8XX_I2C1_BASE 0x01e28000
#define DA8
XX_SPI0_BASE 0x01c41
000
#define DA8
30_SPI1_BASE 0x01e12
000
#define DA8
50_TPCC1_BASE 0x01e30
000
#define DA8
50_TPTC2_BASE 0x01e38
000
#define DA850_SPI1_BASE 0x01f0e000
#define DA8XX_DDR2_CTL_BASE 0xb0000000
#define DA8XX_EMAC_CTRL_REG_OFFSET 0x3000
#define DA8XX_EMAC_MOD_REG_OFFSET 0x2000
...
...
arch/arm/mach-davinci/devices.c
View file @
014322da
...
...
@@ -33,6 +33,9 @@
#define DM365_MMCSD0_BASE 0x01D11000
#define DM365_MMCSD1_BASE 0x01D00000
/* System control register offsets */
#define DM64XX_VDD3P3V_PWDN 0x48
static
struct
resource
i2c_resources
[]
=
{
{
.
start
=
DAVINCI_I2C_BASE
,
...
...
arch/arm/mach-davinci/include/mach/da8xx.h
View file @
014322da
...
...
@@ -64,13 +64,9 @@ extern unsigned int da850_max_speed;
#define DA8XX_TIMER64P1_BASE 0x01c21000
#define DA8XX_GPIO_BASE 0x01e26000
#define DA8XX_PSC1_BASE 0x01e27000
#define DA8XX_LCD_CNTRL_BASE 0x01e13000
#define DA8XX_PLL1_BASE 0x01e1a000
#define DA8XX_MMCSD0_BASE 0x01c40000
#define DA8XX_AEMIF_CS2_BASE 0x60000000
#define DA8XX_AEMIF_CS3_BASE 0x62000000
#define DA8XX_AEMIF_CTL_BASE 0x68000000
#define DA8XX_DDR2_CTL_BASE 0xb0000000
#define DA8XX_ARM_RAM_BASE 0xffff0000
void
__init
da830_init
(
void
);
...
...
arch/arm/mach-davinci/include/mach/hardware.h
View file @
014322da
...
...
@@ -21,9 +21,6 @@
*/
#define DAVINCI_SYSTEM_MODULE_BASE 0x01C40000
/* System control register offsets */
#define DM64XX_VDD3P3V_PWDN 0x48
/*
* I/O mapping
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment