Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153727
b: refs/heads/master
c: d06a49e
h: refs/heads/master
i:
  153725: cb2c72d
  153723: 94527e0
  153719: 6afbe78
  153711: dfb7980
  153695: f21b08d
  153663: ee02855
  153599: 031ff73
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed Jun 16, 2009
1 parent 4a7ab9e commit 79896b6
Show file tree
Hide file tree
Showing 3 changed files with 18 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: 52da219e9664e537a745877b0efa7cf2b1ff2996
refs/heads/master: d06a49eec97718949acfdc26110701d28b1872c0
16 changes: 16 additions & 0 deletions trunk/arch/arm/plat-s3c/dev-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,19 @@ struct platform_device s3c64xx_device_iis1 = {
.resource = s3c64xx_iis1_resource,
};
EXPORT_SYMBOL(s3c64xx_device_iis1);

static struct resource s3c64xx_iisv4_resource[] = {
[0] = {
.start = S3C64XX_PA_IISV4,
.end = S3C64XX_PA_IISV4 + 0x100 - 1,
.flags = IORESOURCE_MEM,
},
};

struct platform_device s3c64xx_device_iisv4 = {
.name = "s3c64xx-iis-v4",
.id = -1,
.num_resources = ARRAY_SIZE(s3c64xx_iisv4_resource),
.resource = s3c64xx_iisv4_resource,
};
EXPORT_SYMBOL(s3c64xx_device_iisv4);
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-s3c/include/plat/devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extern struct platform_device s3c_device_timer[];

extern struct platform_device s3c64xx_device_iis0;
extern struct platform_device s3c64xx_device_iis1;
extern struct platform_device s3c64xx_device_iisv4;

extern struct platform_device s3c_device_fb;
extern struct platform_device s3c_device_usb;
Expand Down

0 comments on commit 79896b6

Please sign in to comment.