Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313059
b: refs/heads/master
c: 3d3635c
h: refs/heads/master
i:
  313057: a1e0367
  313055: 46ce5d5
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Paul Walmsley committed Jun 18, 2012
1 parent 068af01 commit 776a862
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90f1380ef6436a3f5425f942ea0b3f78e1cca142
refs/heads/master: 3d3635c4d77a97c61a539dff86f9a4b67134b4cb
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-omap2/dsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <linux/module.h>
#include <linux/platform_device.h>
#include "control.h"
#include "cm2xxx_3xxx.h"
#include "prm2xxx_3xxx.h"
#ifdef CONFIG_BRIDGE_DVFS
Expand All @@ -43,6 +44,9 @@ static struct omap_dsp_platform_data omap_dsp_pdata __initdata = {
.dsp_cm_read = omap2_cm_read_mod_reg,
.dsp_cm_write = omap2_cm_write_mod_reg,
.dsp_cm_rmw_bits = omap2_cm_rmw_mod_reg_bits,

.set_bootaddr = omap_ctrl_write_dsp_boot_addr,
.set_bootmode = omap_ctrl_write_dsp_boot_mode,
};

static phys_addr_t omap_dsp_phys_mempool_base;
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/plat-omap/include/plat/dsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ struct omap_dsp_platform_data {
u32 (*dsp_cm_read)(s16 , u16);
u32 (*dsp_cm_rmw_bits)(u32, u32, s16, s16);

void (*set_bootaddr)(u32);
void (*set_bootmode)(u8);

phys_addr_t phys_mempool_base;
phys_addr_t phys_mempool_size;
};
Expand Down

0 comments on commit 776a862

Please sign in to comment.