Skip to content

Commit

Permalink
intelfb: add preliminary i2c support
Browse files Browse the repository at this point in the history
[02/07] intelfb: add GPIO registers.

Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>
  • Loading branch information
Dennis Munsie authored and Dave Airlie committed Jul 3, 2006
1 parent c37bb26 commit 82c10f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/video/intelfb/intelfbhw.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
#define FW_DISPC_BL_SHIFT 8
#define FW_DISPC_BL_MASK 0x7

#define GPIOA 0x5010
#define GPIOB 0x5014
#define GPIOC 0x5018 // this may be external DDC on i830
#define GPIOD 0x501C // this is DVO DDC
#define GPIOE 0x5020 // this is DVO i2C
#define GPIOF 0x5024

/* PLL registers */
#define VGA0_DIVISOR 0x06000
Expand Down

0 comments on commit 82c10f0

Please sign in to comment.