* [PATCH] ARM: S3C64XX: Don't specify an irq_base for WM1192-EV1 board
@ 2012-07-10 11:44 Mark Brown
2012-07-12 9:10 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2012-07-10 11:44 UTC (permalink / raw)
To: linux-arm-kernel
None of the GPIO IRQs are connected so there is no reason to specify a
base.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
arch/arm/mach-s3c64xx/mach-smdk6410.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c
index df3103d..0fe4f15 100644
--- a/arch/arm/mach-s3c64xx/mach-smdk6410.c
+++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c
@@ -566,7 +566,6 @@ static struct wm831x_status_pdata wm1192_led8_pdata = {
static struct wm831x_pdata smdk6410_wm1192_pdata = {
.pre_init = wm1192_pre_init,
- .irq_base = IRQ_BOARD_START,
.backlight = &wm1192_backlight_pdata,
.dcdc = {
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: S3C64XX: Don't specify an irq_base for WM1192-EV1 board
2012-07-10 11:44 [PATCH] ARM: S3C64XX: Don't specify an irq_base for WM1192-EV1 board Mark Brown
@ 2012-07-12 9:10 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-07-12 9:10 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> None of the GPIO IRQs are connected so there is no reason to specify a
> base.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> arch/arm/mach-s3c64xx/mach-smdk6410.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-
> s3c64xx/mach-smdk6410.c
> index df3103d..0fe4f15 100644
> --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c
> +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c
> @@ -566,7 +566,6 @@ static struct wm831x_status_pdata wm1192_led8_pdata =
> {
>
> static struct wm831x_pdata smdk6410_wm1192_pdata = {
> .pre_init = wm1192_pre_init,
> - .irq_base = IRQ_BOARD_START,
>
> .backlight = &wm1192_backlight_pdata,
> .dcdc = {
> --
> 1.7.10
Applied, thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-12 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 11:44 [PATCH] ARM: S3C64XX: Don't specify an irq_base for WM1192-EV1 board Mark Brown
2012-07-12 9:10 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).