mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
fbdev: grvga: Fix CLUT register address offset in comment
The comment does not match the actual address offset. According to the GRLIB IP Library Reference Manual (p. 2119), the CLUT register is at offset 0x28, not the value stated in the comment. Signed-off-by: Eduardo Silva <eduardo4silva@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
committed by
Helge Deller
parent
537cd3082b
commit
7b8055831c
@@ -33,7 +33,7 @@ struct grvga_regs {
|
||||
u32 line_length; /* 0x10 */
|
||||
u32 fb_pos; /* 0x14 */
|
||||
u32 clk_vector[4]; /* 0x18 */
|
||||
u32 clut; /* 0x20 */
|
||||
u32 clut; /* 0x28 */
|
||||
};
|
||||
|
||||
struct grvga_par {
|
||||
|
||||
Reference in New Issue
Block a user