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:
Ashish Garg 2017-04-24 18:10:07 +05:30 committed by Gerrit - the friendly Code Review server
parent 6f777b2385
commit 32d80f8c0c

View file

@ -70,6 +70,7 @@ struct dfps_info {
struct dfps_panel_info panel_dfps; struct dfps_panel_info panel_dfps;
struct dfps_codes_info codes_dfps[DFPS_MAX_NUM_OF_FRAME_RATES]; struct dfps_codes_info codes_dfps[DFPS_MAX_NUM_OF_FRAME_RATES];
void *dfps_fb_base; void *dfps_fb_base;
uint32_t chip_serial;
}; };
struct mdss_pll_resources { struct mdss_pll_resources {