diff options
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r-- | arch/arm/mach-ep93xx/core.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index b4ee5409eb72..b5261d44b263 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c | |||
@@ -732,9 +732,15 @@ static struct platform_device ep93xx_i2s_device = { | |||
732 | .resource = ep93xx_i2s_resource, | 732 | .resource = ep93xx_i2s_resource, |
733 | }; | 733 | }; |
734 | 734 | ||
735 | static struct platform_device ep93xx_pcm_device = { | ||
736 | .name = "ep93xx-pcm-audio", | ||
737 | .id = -1, | ||
738 | }; | ||
739 | |||
735 | void __init ep93xx_register_i2s(void) | 740 | void __init ep93xx_register_i2s(void) |
736 | { | 741 | { |
737 | platform_device_register(&ep93xx_i2s_device); | 742 | platform_device_register(&ep93xx_i2s_device); |
743 | platform_device_register(&ep93xx_pcm_device); | ||
738 | } | 744 | } |
739 | 745 | ||
740 | #define EP93XX_SYSCON_DEVCFG_I2S_MASK (EP93XX_SYSCON_DEVCFG_I2SONSSP | \ | 746 | #define EP93XX_SYSCON_DEVCFG_I2S_MASK (EP93XX_SYSCON_DEVCFG_I2SONSSP | \ |