tc8521: works better if you use the right I/O port
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 20:57:28 +0000 (21:57 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 20:57:28 +0000 (21:57 +0100)
Kernel/platform-amstradnc/tc8521.c

index 3f437e9..d2f62e6 100644 (file)
@@ -12,7 +12,7 @@
 #include <printf.h>
 #include <rtc.h>
 
-#define CLOCK_PORT     0xC0
+#define CLOCK_PORT     0xD0
 
 static uint8_t rtc_buf[7];