]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91: video: atmel_hlcdfb.c: fix bad timing configuration
authorWu, Josh <Josh.wu@atmel.com>
Mon, 10 Mar 2014 08:40:41 +0000 (16:40 +0800)
committerAnatolij Gustschin <agust@denx.de>
Mon, 5 May 2014 09:50:16 +0000 (11:50 +0200)
commit1161f98db687a1cb263cbacdc7eb548a0354218d
tree90fada9f3108e966f50a19054883e91f48662f3f
parent264e0e591bbd1c66d6bd5fb8f2438f17c3ba17ea
at91: video: atmel_hlcdfb.c: fix bad timing configuration

The right correspondance between LCD margins and LCD timings is:
    * upper margin -> vertical back porch
    * lower margin -> vertical front porch
    * left  margin -> horizontal back porch
    * right margin -> horizontal front porch

Signed-off-by: Josh Wu <josh.wu@atmel.com>
drivers/video/atmel_hlcdfb.c