arm64: tegra: Fix SOR powergate clocks and reset
authorSowjanya Komatineni <skomatineni@nvidia.com>
Tue, 5 May 2020 02:31:52 +0000 (19:31 -0700)
committerThierry Reding <treding@nvidia.com>
Wed, 20 May 2020 13:26:09 +0000 (15:26 +0200)
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 <skomatineni@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index a550e7b..909960a 100644 (file)
                        pd_sor: sor {
                                clocks = <&tegra_car TEGRA210_CLK_SOR0>,
                                         <&tegra_car TEGRA210_CLK_SOR1>,
-                                        <&tegra_car TEGRA210_CLK_CSI>,
+                                        <&tegra_car TEGRA210_CLK_CILAB>,
+                                        <&tegra_car TEGRA210_CLK_CILCD>,
+                                        <&tegra_car TEGRA210_CLK_CILE>,
                                         <&tegra_car TEGRA210_CLK_DSIA>,
                                         <&tegra_car TEGRA210_CLK_DSIB>,
                                         <&tegra_car TEGRA210_CLK_DPAUX>,
                                         <&tegra_car TEGRA210_CLK_MIPI_CAL>;
                                resets = <&tegra_car TEGRA210_CLK_SOR0>,
                                         <&tegra_car TEGRA210_CLK_SOR1>,
-                                        <&tegra_car TEGRA210_CLK_CSI>,
                                         <&tegra_car TEGRA210_CLK_DSIA>,
                                         <&tegra_car TEGRA210_CLK_DSIB>,
                                         <&tegra_car TEGRA210_CLK_DPAUX>,