cns3xxx: Fix laguna arm11mpcore watchdog
[openwrt.git] / target / linux / cns3xxx / patches-3.3 / 300-laguna_support.patch
index 7fe970a..a4602f9 100644 (file)
 +
 +static struct resource laguna_watchdog_resources[] = {
 +      [0] = {
-+              .start  = CNS3XXX_TC11MP_TWD_BASE,
++              .start  = CNS3XXX_TC11MP_TWD_BASE + 0x100, // CPU0 watchdog
 +              .end    = CNS3XXX_TC11MP_TWD_BASE + SZ_4K - 1,
 +              .flags  = IORESOURCE_MEM,
 +      },