diff options
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/dsi_cfg.h')
-rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi_cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi_cfg.h b/drivers/gpu/drm/msm/dsi/dsi_cfg.h index a68c836744a3..eeacc3232494 100644 --- a/drivers/gpu/drm/msm/dsi/dsi_cfg.h +++ b/drivers/gpu/drm/msm/dsi/dsi_cfg.h | |||
@@ -34,6 +34,8 @@ struct msm_dsi_config { | |||
34 | struct dsi_reg_config reg_cfg; | 34 | struct dsi_reg_config reg_cfg; |
35 | const char * const *bus_clk_names; | 35 | const char * const *bus_clk_names; |
36 | const int num_bus_clks; | 36 | const int num_bus_clks; |
37 | const resource_size_t io_start[DSI_MAX]; | ||
38 | const int num_dsi; | ||
37 | }; | 39 | }; |
38 | 40 | ||
39 | struct msm_dsi_cfg_handler { | 41 | struct msm_dsi_cfg_handler { |