]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: imx27: fix wrong offset to ICONFB
authorChris Ruehl <chris.ruehl@gtsys.com.hk>
Wed, 22 Jan 2014 03:14:51 +0000 (11:14 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Feb 2014 08:07:52 +0000 (09:07 +0100)
commit06b14127bb46fb793ff53fd2aa913b2c83db52d4
treea0dc19694c8a8e98ead984065f8b21ec4200c024
parentb1bafc2bd58c7b04da753129dcfdf451daf3c7bb
pinctrl: imx27: fix wrong offset to ICONFB

The offset to ICONFB was incorrect, this patch set the correct value 0x14.
dev_dbg in function imx1_write_2bit print the wrong address and had been
moved after address calculation.

Cc: stable@vger.kernel.org
Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
Reviewed-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-imx1-core.c