[xburst] rtc-jz4740: Free rtc irq when driver is removed
[openwrt.git] / target / linux / xburst / files-2.6.32 / arch / mips / jz4740 / platform.c
index 4e37929..ec34ea2 100644 (file)
@@ -108,7 +108,7 @@ struct platform_device jz4740_mmc_device = {
 static struct resource jz4740_rtc_resources[] = {
        [0] = {
                .start  = CPHYSADDR(RTC_BASE),
-               .end    = CPHYSADDR(RTC_BASE) + 0x10,
+               .end    = CPHYSADDR(RTC_BASE) + 0x38 - 1,
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
This page took 0.034779 seconds and 4 git commands to generate.