disp: msm: dsi: enable ESD trigger through debugfs in trsuted-vm

Add support to trigger ESD through debugfs by directly
modifying the reset GPIOs TLMM register in trusted-vm as GPIO
driver support is not enabled.

Change-Id: I859affe69c13dbe115a48b0a63a600a57027db58
Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
このコミットが含まれているのは:
Veera Sundaram Sankaran
2020-11-06 14:09:10 -08:00
コミット c99f3fd6ae
3個のファイルの変更41行の追加17行の削除

ファイルの表示

@@ -298,7 +298,7 @@ struct dsi_panel *dsi_panel_get(struct device *parent,
int topology_override,
bool trusted_vm_env);
int dsi_panel_trigger_esd_attack(struct dsi_panel *panel);
int dsi_panel_trigger_esd_attack(struct dsi_panel *panel, bool trusted_vm_env);
void dsi_panel_put(struct dsi_panel *panel);