diff options
author | Dennis Munsie <dmunsie@cecropia.com> | 2006-06-20 14:55:55 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-07-03 05:03:10 -0400 |
commit | 82c10f07c2d7baf6f280f206f9067a4715777962 (patch) | |
tree | b324abddfa5eabde40ba773df9efa9b5ba63b242 /drivers/video/intelfb | |
parent | c37bb26654bb8981ea237076e333eb37d4aa2dc6 (diff) |
intelfb: add preliminary i2c support
[02/07] intelfb: add GPIO registers.
Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>
Diffstat (limited to 'drivers/video/intelfb')
-rw-r--r-- | drivers/video/intelfb/intelfbhw.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/intelfb/intelfbhw.h b/drivers/video/intelfb/intelfbhw.h index 36980c785e13..8c54ba8fbdda 100644 --- a/drivers/video/intelfb/intelfbhw.h +++ b/drivers/video/intelfb/intelfbhw.h | |||
@@ -126,6 +126,12 @@ | |||
126 | #define FW_DISPC_BL_SHIFT 8 | 126 | #define FW_DISPC_BL_SHIFT 8 |
127 | #define FW_DISPC_BL_MASK 0x7 | 127 | #define FW_DISPC_BL_MASK 0x7 |
128 | 128 | ||
129 | #define GPIOA 0x5010 | ||
130 | #define GPIOB 0x5014 | ||
131 | #define GPIOC 0x5018 // this may be external DDC on i830 | ||
132 | #define GPIOD 0x501C // this is DVO DDC | ||
133 | #define GPIOE 0x5020 // this is DVO i2C | ||
134 | #define GPIOF 0x5024 | ||
129 | 135 | ||
130 | /* PLL registers */ | 136 | /* PLL registers */ |
131 | #define VGA0_DIVISOR 0x06000 | 137 | #define VGA0_DIVISOR 0x06000 |