Skip to content

Commit

Permalink
drm/i915: Fix GPIO pin to register mapping
Browse files Browse the repository at this point in the history
In i2c GPIO fallback, index 6 is reserved for nothing.

Signed-off-by: Zhenyu Wang <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
  • Loading branch information
zhenyw authored and ickle committed Oct 19, 2010
1 parent 8b99e68 commit 7b5337d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/intel_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ intel_gpio_create(struct drm_i915_private *dev_priv, u32 pin)
GPIOC,
GPIOD,
GPIOE,
0,
GPIOF,
};
struct intel_gpio *gpio;
Expand Down

0 comments on commit 7b5337d

Please sign in to comment.