clk: msm: mdss: add support for chip serial number in dfps info
Dfps info is calculated for a specific msm part and needs to be used for the same. Add a chip serial number for the dfps info so that the PLL trim codes are used for the same msm part on which they are generated. Change-Id: I6f1e519c1e9278b35dfbdf3d9ba4a2ed0e1a6a78 Signed-off-by: Ashish Garg <ashigarg@codeaurora.org>
This commit is contained in:
parent
6f777b2385
commit
32d80f8c0c
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ struct dfps_info {
|
|||
struct dfps_panel_info panel_dfps;
|
||||
struct dfps_codes_info codes_dfps[DFPS_MAX_NUM_OF_FRAME_RATES];
|
||||
void *dfps_fb_base;
|
||||
uint32_t chip_serial;
|
||||
};
|
||||
|
||||
struct mdss_pll_resources {
|
||||
|
|
Loading…
Add table
Reference in a new issue