Skip to content
Snippets Groups Projects
Commit 3e62c748 authored by Fancy Fang's avatar Fancy Fang
Browse files

MLK-21150-1 drm/bridge: sec-dsim: change uint64_t clk fields to uint32_t


Change the 'bit_clk' and 'pix_clk' fields of struct sec_mipi_dsim
and the 'bit_clk' field of struct dsim_pll_pms from 'uint64_t' type
to 'uint32_t' type, since first, these two fields are in KHz unit,
and so 32 bit unsigned integer is enough to hold the data values,
and second, use 32 bit integer can simplify related clocks compute.

Signed-off-by: default avatarFancy Fang <chen.fang@nxp.com>
parent 045c1d6d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment