]> git.karo-electronics.de Git - karo-tx-linux.git/commit
imxfb: Fix TFT mode
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 26 Mar 2009 11:38:26 +0000 (12:38 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 27 Mar 2009 13:51:15 +0000 (14:51 +0100)
commit4d1e4e5a6387aad97590e2da9c6db1350f22f63a
treeb695850d716013b7f65f1f4dc4401da2ea80f734
parentec621699031b298eadd7e364f65281291b19ea37
imxfb: Fix TFT mode

We read from the PCR reg to determine whether to use TFT mode or not.
This is not possible because it may not have been initialized with
the correct value yet. Select it using fbi->pcr instead.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
drivers/video/imxfb.c