commit | 4d1e4e5a6387aad97590e2da9c6db1350f22f63a | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Mar 26 12:38:26 2009 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Mar 27 14:51:15 2009 +0100 |
tree | b695850d716013b7f65f1f4dc4401da2ea80f734 | |
parent | ec621699031b298eadd7e364f65281291b19ea37 [diff] |
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>