commit | 558c73e26e8fadb4c1438af9d5277b4b3e8b5ba6 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 25 14:40:06 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Dec 30 16:14:15 2013 +0200 |
tree | c5840038e7d6708fbf3f75894022694460a21305 | |
parent | 303e4697e762dc92a40405f4e4b8aac02cd0d70b [diff] |
OMAPDSS: DSI: fix fifosize DSI has separate TX and RX fifos. However, the current code only has one field where the fifo size is stored, and the code for both TX and RX config write to the same field. This has not caused issues, as we've been using the same fifo sizes. Fix this bug by creating separate fields for TX and RX fifo sizes. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>