commit | d35fa825fa2e3c365bcce08378bf5690cf1f9b23 | [log] [tgz] |
---|---|---|
author | Martin Pietryka <martin.pietryka@chello.at> | Mon Apr 25 21:25:07 2016 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Apr 25 22:02:08 2016 +0200 |
tree | 53a944c651c9bc947f147d9f8d96f88d3de46775 | |
parent | b77a480be543c876b4942e49c9377b6451d94f74 [diff] |
drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition According to the TRM you have to set bits [21:20] to 0b10 for RAW mode, so (0x10 << 20) is obviously wrong here. Signed-off-by: Martin Pietryka <martin.pietryka@chello.at>