cns3xxx: remove the watchdog IRQ from the resources, it breaks the driver init and...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 7 Apr 2013 11:24:30 +0000 (11:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 7 Apr 2013 11:24:30 +0000 (11:24 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36241

target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
target/linux/cns3xxx/patches-3.8/025-smp_support.patch

index 84a440bf182eae31009dfb252787d25e6b367ec9..cd1aa716dc5c820125aa07ee271fd17316a89a00 100644 (file)
@@ -567,11 +567,6 @@ static struct resource laguna_watchdog_resources[] = {
                .end    = CNS3XXX_TC11MP_TWD_BASE + SZ_4K - 1,
                .flags  = IORESOURCE_MEM,
        },
-       [1] = {
-               .start  = IRQ_LOCALWDOG,
-               .end    = IRQ_LOCALWDOG,
-               .flags  = IORESOURCE_IRQ,
-       }
 };
 
 static struct platform_device laguna_watchdog = {
index a9856451bfd50728696fd5c12a0d30820c8a4b11..e777938e576252c24d21033cd56c11220f6bbfb2 100644 (file)
@@ -28,7 +28,7 @@
  #ifdef CONFIG_CACHE_L2X0
 --- a/arch/arm/mach-cns3xxx/laguna.c
 +++ b/arch/arm/mach-cns3xxx/laguna.c
-@@ -946,6 +946,7 @@ static int __init laguna_model_setup(voi
+@@ -941,6 +941,7 @@ static int __init laguna_model_setup(voi
  late_initcall(laguna_model_setup);
  
  MACHINE_START(GW2388, "Gateworks Corporation Laguna Platform")