Skip to content

Commit 237d5cc

Browse files
committed
arm64: tegra: Add sor1_src clock
The sor1 IP block needs the sor1_src clock to configure the clock tree depending on whether it's running in HDMI or DP mode. Signed-off-by: Thierry Reding <[email protected]>
1 parent 241f02b commit 237d5cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,11 @@
186186
reg = <0x0 0x54580000 0x0 0x00040000>;
187187
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
188188
clocks = <&tegra_car TEGRA210_CLK_SOR1>,
189+
<&tegra_car TEGRA210_CLK_SOR1_SRC>,
189190
<&tegra_car TEGRA210_CLK_PLL_D2_OUT0>,
190191
<&tegra_car TEGRA210_CLK_PLL_DP>,
191192
<&tegra_car TEGRA210_CLK_SOR_SAFE>;
192-
clock-names = "sor", "parent", "dp", "safe";
193+
clock-names = "sor", "source", "parent", "dp", "safe";
193194
resets = <&tegra_car 183>;
194195
reset-names = "sor";
195196
pinctrl-0 = <&state_dpaux1_aux>;

0 commit comments

Comments
 (0)