Skip to content

Commit

Permalink
ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114
Browse files Browse the repository at this point in the history
[ Upstream commit 2b3db78 ]

PLLD is usually used as parent clock for internal video devices, like
DSI for example, while PLLD2 is used as parent for HDMI.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Link: https://lore.kernel.org/r/20250226105615.61087-3-clamor95@gmail.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Svyatoslav Ryhel authored and Greg Kroah-Hartman committed Jun 4, 2025
1 parent da74e11 commit 74eea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nvidia/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
reg = <0x54400000 0x00040000>;
clocks = <&tegra_car TEGRA114_CLK_DSIB>,
<&tegra_car TEGRA114_CLK_DSIBLP>,
<&tegra_car TEGRA114_CLK_PLL_D2_OUT0>;
<&tegra_car TEGRA114_CLK_PLL_D_OUT0>;
clock-names = "dsi", "lp", "parent";
resets = <&tegra_car 82>;
reset-names = "dsi";
Expand Down

0 comments on commit 74eea50

Please sign in to comment.