Skip to content

Commit 822bd09

Browse files
clamor-saloktiwa
authored andcommitted
ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114
[ 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]> Signed-off-by: Sasha Levin <[email protected]> (cherry picked from commit b468b0d85f18069c6fd8bf8a645eff35b42c8c97) Signed-off-by: Alok Tiwari <[email protected]>
1 parent 62494d5 commit 822bd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/tegra114.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
reg = <0x54400000 0x00040000>;
124124
clocks = <&tegra_car TEGRA114_CLK_DSIB>,
125125
<&tegra_car TEGRA114_CLK_DSIBLP>,
126-
<&tegra_car TEGRA114_CLK_PLL_D2_OUT0>;
126+
<&tegra_car TEGRA114_CLK_PLL_D_OUT0>;
127127
clock-names = "dsi", "lp", "parent";
128128
resets = <&tegra_car 82>;
129129
reset-names = "dsi";

0 commit comments

Comments
 (0)