]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: tegra: Use sor1_out clock
authorThierry Reding <treding@nvidia.com>
Wed, 1 Nov 2017 14:59:44 +0000 (15:59 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 15 Dec 2017 09:14:17 +0000 (10:14 +0100)
Use the sor1_out clock instead of sor1_src. This is a more accurate
model of the hardware and allows for more complicated configurations
such as HDMI 2.0.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index 9bdf19f2cca72b8d57fa071ff8e5f218b65d9394..9c2402108772f411be9a8369538cef84e42a2450 100644 (file)
                        reg = <0x0 0x54580000 0x0 0x00040000>;
                        interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&tegra_car TEGRA210_CLK_SOR1>,
-                                <&tegra_car TEGRA210_CLK_SOR1_SRC>,
+                                <&tegra_car TEGRA210_CLK_SOR1_OUT>,
                                 <&tegra_car TEGRA210_CLK_PLL_D2_OUT0>,
                                 <&tegra_car TEGRA210_CLK_PLL_DP>,
                                 <&tegra_car TEGRA210_CLK_SOR_SAFE>;
-                       clock-names = "sor", "source", "parent", "dp", "safe";
+                       clock-names = "sor", "out", "parent", "dp", "safe";
                        resets = <&tegra_car 183>;
                        reset-names = "sor";
                        pinctrl-0 = <&state_dpaux1_aux>;