ARM: tegra: Add Tegra20 CPU clock
authorDmitry Osipenko <digetx@gmail.com>
Thu, 24 Oct 2019 22:14:08 +0000 (01:14 +0300)
committerThierry Reding <treding@nvidia.com>
Tue, 29 Oct 2019 19:29:16 +0000 (20:29 +0100)
All CPU cores share the same CPU clock.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi

index 8c942e6..9c58e7f 100644 (file)
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <0>;
+                       clocks = <&tegra_car TEGRA20_CLK_CCLK>;
                };
 
                cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <1>;
+                       clocks = <&tegra_car TEGRA20_CLK_CCLK>;
                };
        };