Commits

Thierry Reding committed 4ee8cee0c5d
drm/tegra: hdmi: Registers are 32-bit Use a sized unsigned 32-bit data type (u32) to store register contents. The HDMI registers are 32 bits wide irrespective of the architecture's data width. Signed-off-by: Thierry Reding <treding@nvidia.com>