Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163497
b: refs/heads/master
c: 2de63cf
h: refs/heads/master
i:
  163495: 6d526ca
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 4, 2009
1 parent cb246a4 commit d6a909e
Show file tree
Hide file tree
Showing 2 changed files with 10 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: f69d5782742e57d5f047ed13440bcf1b320cb074
refs/heads/master: 2de63cf376585508f6942aaa7337848f8c4cdd7d
9 changes: 9 additions & 0 deletions trunk/arch/sh/boards/mach-migor/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ static struct platform_device sh_keysc_device = {
.dev = {
.platform_data = &sh_keysc_info,
},
.archdata = {
.hwblk_id = HWBLK_KEYSC,
},
};

static struct mtd_partition migor_nor_flash_partitions[] =
Expand Down Expand Up @@ -292,6 +295,9 @@ static struct platform_device migor_lcdc_device = {
.dev = {
.platform_data = &sh_mobile_lcdc_info,
},
.archdata = {
.hwblk_id = HWBLK_LCDC,
},
};

static struct clk *camera_clk;
Expand Down Expand Up @@ -379,6 +385,9 @@ static struct platform_device migor_ceu_device = {
.dev = {
.platform_data = &sh_mobile_ceu_info,
},
.archdata = {
.hwblk_id = HWBLK_CEU,
},
};

struct spi_gpio_platform_data sdcard_cn9_platform_data = {
Expand Down

0 comments on commit d6a909e

Please sign in to comment.