Skip to content

Commit b4f9917

Browse files
Sowjanya Komatinenithierryreding
authored andcommitted
arm64: tegra: Fix SOR powergate clocks and reset
Tegra210 device tree lists CSI clock and reset under SOR powergate node. But Tegra210 has CSICIL in SOR partition and CSI in VENC partition. So, this patch includes fix for SOR powergate node. Signed-off-by: Sowjanya Komatineni <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 4012ab1 commit b4f9917

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,15 +796,16 @@
796796
pd_sor: sor {
797797
clocks = <&tegra_car TEGRA210_CLK_SOR0>,
798798
<&tegra_car TEGRA210_CLK_SOR1>,
799-
<&tegra_car TEGRA210_CLK_CSI>,
799+
<&tegra_car TEGRA210_CLK_CILAB>,
800+
<&tegra_car TEGRA210_CLK_CILCD>,
801+
<&tegra_car TEGRA210_CLK_CILE>,
800802
<&tegra_car TEGRA210_CLK_DSIA>,
801803
<&tegra_car TEGRA210_CLK_DSIB>,
802804
<&tegra_car TEGRA210_CLK_DPAUX>,
803805
<&tegra_car TEGRA210_CLK_DPAUX1>,
804806
<&tegra_car TEGRA210_CLK_MIPI_CAL>;
805807
resets = <&tegra_car TEGRA210_CLK_SOR0>,
806808
<&tegra_car TEGRA210_CLK_SOR1>,
807-
<&tegra_car TEGRA210_CLK_CSI>,
808809
<&tegra_car TEGRA210_CLK_DSIA>,
809810
<&tegra_car TEGRA210_CLK_DSIB>,
810811
<&tegra_car TEGRA210_CLK_DPAUX>,

0 commit comments

Comments
 (0)