commit | ceb001b077af64b20a8027132cfe015c80f4319d | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Oct 16 17:33:49 2012 -0500 |
committer | Timur Tabi <timur@freescale.com> | Mon Nov 26 13:41:20 2012 -0600 |
tree | 7c80594b9ac6e9972c269e48b8eb2d3b8e0f677f | |
parent | 7af3b136d4e035d71c4e70c4b4a2017a10623fc0 [diff] |
drivers/video: fsl-diu-fb: don't touch registers for unused features We don't use the writeback buffer, so don't initialize the registers for that feature. The default value for SYN_POL is already zero, so don't re-initialize it. Writing the INT_STATUS register does nothing. The value that we write to the PLUT register only makes sense on the MPC8610 and P1022, so don't touch that register on the MPC5121. Signed-off-by: Timur Tabi <timur@freescale.com>