projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc27062
)
ARM: ep93xx: i2s: Add IRQ to platform device resources
author
Alexander Sverdlin
<alexander.sverdlin@gmail.com>
Sat, 28 Apr 2018 20:51:41 +0000
(22:51 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 11 May 2018 02:27:25 +0000
(11:27 +0900)
According to "EP93xx User’s Guide" it's called I2SINTR and has number 60.
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/mach-ep93xx/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ep93xx/core.c
b/arch/arm/mach-ep93xx/core.c
index e70feec6fad5e296b869d76e90d31bf5b71d1334..48d6a9e01dc8aef472645bcf28906508e73ca2e8 100644
(file)
--- a/
arch/arm/mach-ep93xx/core.c
+++ b/
arch/arm/mach-ep93xx/core.c
@@
-635,6
+635,7
@@
EXPORT_SYMBOL(ep93xx_keypad_release_gpio);
*************************************************************************/
static struct resource ep93xx_i2s_resource[] = {
DEFINE_RES_MEM(EP93XX_I2S_PHYS_BASE, 0x100),
+ DEFINE_RES_IRQ(IRQ_EP93XX_SAI),
};
static struct platform_device ep93xx_i2s_device = {