disp: msm: dsi: add stub function parse power_cfg in trusted-vm
In trusted-vm, there are no power cfg entries in device-tree as there is no support. Add stub function to avoid parsing errors related to power cfg in trusted-vm. Change-Id: Id28ad9a4d5608d561e22b318a08c6bc1ccc5f2ee Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
This commit is contained in:

committed by
Dhaval Patel

parent
04fea2ede3
commit
159e5d8123
@@ -199,6 +199,7 @@ struct dsi_panel_ops {
|
||||
int (*bl_register)(struct dsi_panel *panel);
|
||||
int (*bl_unregister)(struct dsi_panel *panel);
|
||||
int (*parse_gpios)(struct dsi_panel *panel);
|
||||
int (*parse_power_cfg)(struct dsi_panel *panel);
|
||||
};
|
||||
|
||||
struct dsi_panel {
|
||||
|
Reference in New Issue
Block a user