| From koba@kmckk.co.jp Mon Nov 19 00:51:45 2012 |
| From: Tetsuyuki Kobayashi <koba@kmckk.co.jp> |
| Date: Mon, 19 Nov 2012 17:51:05 +0900 |
| Subject: [PATCH 3/5] ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings |
| To: gregkh@linuxfoundation.org |
| Cc: ltsi-dev@lists.linuxfoundation.org, Tetsuyuki Kobayashi <koba@kmckk.co.jp>, Simon Horman <horms@verge.net.au> |
| Message-ID: <1353315067-7771-4-git-send-email-koba@kmckk.co.jp> |
| |
| |
| This is back port to LTSI 3.4. |
| Correct interrupt settings of sh_mmc:int and sh_mmc:error in board-kzm9g.c. |
| |
| Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> |
| Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |
| Signed-off-by: Simon Horman <horms@verge.net.au> |
| (cherry picked from commit a704835d6a7a8254067a1be60d614cd5c0c73e44) |
| |
| Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> |
| --- |
| arch/arm/mach-shmobile/board-kzm9g.c | 4 ++-- |
| 1 file changed, 2 insertions(+), 2 deletions(-) |
| |
| diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c |
| index 9b69a95..4e62227 100644 |
| --- a/arch/arm/mach-shmobile/board-kzm9g.c |
| +++ b/arch/arm/mach-shmobile/board-kzm9g.c |
| @@ -331,11 +331,11 @@ static struct resource sh_mmcif_resources[] = { |
| .flags = IORESOURCE_MEM, |
| }, |
| [1] = { |
| - .start = gic_spi(141), |
| + .start = gic_spi(140), |
| .flags = IORESOURCE_IRQ, |
| }, |
| [2] = { |
| - .start = gic_spi(140), |
| + .start = gic_spi(141), |
| .flags = IORESOURCE_IRQ, |
| }, |
| }; |
| -- |
| 1.7.9.5 |
| |