diff options
| author | Jonas Schwöbel <[email protected]> | 2024-01-23 19:16:31 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2024-04-21 09:07:01 +0200 |
| commit | 2702c6ae5512964eebdf69eca7144db5d03550cd (patch) | |
| tree | 24841d4e495d66c594fbeac0f0072b87d44836bd | |
| parent | 6c4dc8965959c17c314c4b1519aa999ae0651467 (diff) | |
video: tegra20: dsi: remove pre-configuration
Configuration for DC driver command mode is not required for
every panel. Removed.
Tested-by: Ion Agorria <[email protected]> # HTC One X
Tested-by: Svyatoslav Ryhel <[email protected]> # Nvidia Tegratab T114
Signed-off-by: Jonas Schwöbel <[email protected]>
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Reviewed-by: Thierry Reding <[email protected]>
| -rw-r--r-- | drivers/video/tegra20/tegra-dsi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/tegra20/tegra-dsi.c b/drivers/video/tegra20/tegra-dsi.c index fc9ca1310a4..ddd74540f27 100644 --- a/drivers/video/tegra20/tegra-dsi.c +++ b/drivers/video/tegra20/tegra-dsi.c @@ -766,8 +766,6 @@ static int tegra_dsi_encoder_enable(struct udevice *dev) if (ret) return ret; - tegra_dsi_configure(dev, 0); - ret = panel_set_backlight(priv->panel, BACKLIGHT_DEFAULT); if (ret) return ret; |
