]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition
authorMartin Pietryka <martin.pietryka@chello.at>
Mon, 25 Apr 2016 19:25:07 +0000 (21:25 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 25 Apr 2016 20:02:08 +0000 (22:02 +0200)
commitac5c61bfa6ad24a5384b9b89902e024a994f715f
tree53a944c651c9bc947f147d9f8d96f88d3de46775
parent65341967ce9ef2656c61dcd3126536e8865c349d
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>
drivers/video/am335x-fb.c