[ARM] S3C64XX: Use common watchdog reset for system reset.
[firefly-linux-kernel-4.4.55.git] / arch / arm / plat-s3c64xx / cpu.c
index 19f68b5f0d36e494afaa58d900af3f8ed2778b8b..b1fdd83940a623558c6e46bc407f882d073f70c4 100644 (file)
@@ -102,6 +102,11 @@ static struct map_desc s3c_iodesc[] __initdata = {
                .pfn            = __phys_to_pfn(S3C64XX_PA_MODEM),
                .length         = SZ_4K,
                .type           = MT_DEVICE,
+       }, {
+               .virtual        = (unsigned long)S3C_VA_WATCHDOG,
+               .pfn            = __phys_to_pfn(S3C64XX_PA_WATCHDOG),
+               .length         = SZ_4K,
+               .type           = MT_DEVICE,
        },
 };