summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2010-02-18 04:19:18 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2010-02-18 04:19:18 +0100
commite709687416314e314c1d602cdfbba1a58ad7d323 (patch)
tree48f2ac77a73369ebca1f9cd92430a53c98775a97
parentbe6aa52e3322461cac0cf7b46651c3ab5eb02f27 (diff)
video: Mark DMA register bits as known
(and fix a typo)
-rw-r--r--video.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/video.c b/video.c
index 7125011..19fb131 100644
--- a/video.c
+++ b/video.c
@@ -49,10 +49,11 @@ static const u16 known_reg_bits[] = {
0, 0, 0, 0, // 2850..2853
0x0007, // 2854 LCD control
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2855..285f
- 0, 0, // 2860//2861
+ 0, 0, // 2860..2861
0x0007, 0x0007, // 2862..2863
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2864..286f
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2870..287f
+ 0x3fff, 0x03ff, 0x03ff, // 2870..2872 DMA
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2873..287f
};
static const u16 known_sprite_bits[] = {