Commits
Tomi Valkeinen committed 17518189218
OMAPDSS: DSI: fix wrong unsigned long long use dsi_configure_dispc_clocks() stores dsi func clock into unsigned long long, but it should really be just unsigned long. Fix this. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>