Commit b8b356d2 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2214/1: S3C2410 - add missing RTCCON defs

Patch from Ben Dooks

Add missing RTCCON definitions

Signed-off-by: Ben Dooks 

Signed-off-by: Russell King
parent e45e7d5b
......@@ -21,6 +21,8 @@
#define S3C2410_RTCCON S3C2410_RTCREG(0x40)
#define S3C2410_RTCCON_RTCEN (1<<0)
#define S3C2410_RTCCON_CLKSEL (1<<1)
#define S3C2410_RTCCON_CNTSEL (1<<2)
#define S3C2410_RTCCON_CLKRST (1<<3)
#define S3C2410_TICNT S3C2410_RTCREG(0x44)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment