drm/tegra: dsi: Registers are 32-bit
authorThierry Reding <treding@nvidia.com>
Mon, 24 Nov 2014 11:27:59 +0000 (12:27 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:38 +0000 (10:14 +0100)
Use a sized unsigned 32-bit data type (u32) to store register contents.
The DSI registers are 32 bits wide irrespective of the architecture's
data width.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found