Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163503
b: refs/heads/master
c: df47cd0
h: refs/heads/master
i:
  163501: 98fe4e2
  163499: 35041dd
  163495: 6d526ca
  163487: d6033ca
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 4, 2009
1 parent a57d2bb commit a80e81e
Show file tree
Hide file tree
Showing 2 changed files with 19 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: 442c37534c6a46d8ed27144fb09818833edbd049
refs/heads/master: df47cd096c8f54a5242e3a2ffb4525c804567eda
18 changes: 18 additions & 0 deletions trunk/arch/sh/boards/mach-se/7724/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ static struct platform_device lcdc_device = {
.dev = {
.platform_data = &lcdc_info,
},
.archdata = {
.hwblk_id = HWBLK_LCDC,
},
};

/* CEU0 */
Expand Down Expand Up @@ -205,6 +208,9 @@ static struct platform_device ceu0_device = {
.dev = {
.platform_data = &sh_mobile_ceu0_info,
},
.archdata = {
.hwblk_id = HWBLK_CEU0,
},
};

/* CEU1 */
Expand Down Expand Up @@ -236,6 +242,9 @@ static struct platform_device ceu1_device = {
.dev = {
.platform_data = &sh_mobile_ceu1_info,
},
.archdata = {
.hwblk_id = HWBLK_CEU1,
},
};

/* KEYSC */
Expand Down Expand Up @@ -273,6 +282,9 @@ static struct platform_device keysc_device = {
.dev = {
.platform_data = &keysc_info,
},
.archdata = {
.hwblk_id = HWBLK_KEYSC,
},
};

/* SH Eth */
Expand Down Expand Up @@ -301,6 +313,9 @@ static struct platform_device sh_eth_device = {
},
.num_resources = ARRAY_SIZE(sh_eth_resources),
.resource = sh_eth_resources,
.archdata = {
.hwblk_id = HWBLK_ETHER,
},
};

static struct r8a66597_platdata sh7724_usb0_host_data = {
Expand Down Expand Up @@ -330,6 +345,9 @@ static struct platform_device sh7724_usb0_host_device = {
},
.num_resources = ARRAY_SIZE(sh7724_usb0_host_resources),
.resource = sh7724_usb0_host_resources,
.archdata = {
.hwblk_id = HWBLK_USB0,
},
};

static struct platform_device *ms7724se_devices[] __initdata = {
Expand Down

0 comments on commit a80e81e

Please sign in to comment.