Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79eb7e5d authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: dsi - Fix typo when disabling controller



When disabling the DSI controller, the code wasn't really doing what it
was supposed to.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 334ae6b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ static int tegra_output_dsi_disable(struct tegra_output *output)

	/* disable DSI controller */
	value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL);
	value &= DSI_POWER_CONTROL_ENABLE;
	value &= ~DSI_POWER_CONTROL_ENABLE;
	tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL);

	/*