commit | a228d6e7ed8e3624b6c1497a550d8d0e2cac889f | [log] [tgz] |
---|---|---|
author | Pavel Pisa <ppisa@pikron.com> | Mon Aug 20 21:39:41 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Aug 23 12:35:11 2007 +0100 |
tree | 3b3e0a650c701fd17df0b89cbe3c3b95b77bca3b | |
parent | 7b1bc03e803f772bf71245eaba461651f32481b4 [diff] |
[ARM] 4552/1: i.MX/MX1 GPIO output setup fix The pins for GPIO should be provided as plain number build as (GPIO_PORTx + pin_number). But to setup the output GPIO_GIUS and GPIO_DR have to be specified in mode to route right value to the pin. This is a fix, it should go to 2.6.23 Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>