Skip to content
Snippets Groups Projects
Commit ac5c61bf authored by Martin Pietryka's avatar Martin Pietryka Committed by Anatolij Gustschin
Browse files

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: default avatarMartin Pietryka <martin.pietryka@chello.at>
parent 65341967
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment