Commit dc6fdedf authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding
Browse files

ARM: tegra: Add Tegra20 CPU clock



All CPU cores share the same CPU clock.

Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 3193a063
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -851,12 +851,14 @@
			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>;
		};
	};