diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-05-16 17:05:27 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-16 17:13:52 -0400 |
commit | f0e1fa760099eef43f4450471d795807a1cc43c8 (patch) | |
tree | 173c95c9c24a3ca12b08493bf5bfc25862656fc1 /arch/arm/plat-s3c/include/plat/devs.h | |
parent | 496a3f0927197ca155a604478bf6e7db3eca3bbd (diff) |
[ARM] S3C: Add USB high-speed/OtG device definitions
Add platform device definitions for the high-speed and OtG
capable device block on the newer Samsung parts.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/include/plat/devs.h')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/devs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h index 26f0cec3ac04..a0b6768fddcf 100644 --- a/arch/arm/plat-s3c/include/plat/devs.h +++ b/arch/arm/plat-s3c/include/plat/devs.h | |||
@@ -45,6 +45,7 @@ extern struct platform_device s3c_device_spi1; | |||
45 | extern struct platform_device s3c_device_nand; | 45 | extern struct platform_device s3c_device_nand; |
46 | 46 | ||
47 | extern struct platform_device s3c_device_usbgadget; | 47 | extern struct platform_device s3c_device_usbgadget; |
48 | extern struct platform_device s3c_device_usb_hsotg; | ||
48 | 49 | ||
49 | /* s3c2440 specific devices */ | 50 | /* s3c2440 specific devices */ |
50 | 51 | ||