ARM: tegra: Add Tegra30 CPU clock

All "geared" CPU cores share the same CPU clock.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Dmitry Osipenko 2019-10-25 01:14:09 +03:00 коммит произвёл Thierry Reding
Родитель dc6fdedf77
Коммит 663bd48727
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1007,24 +1007,28 @@
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <0>; reg = <0>;
clocks = <&tegra_car TEGRA30_CLK_CCLK_G>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <1>; reg = <1>;
clocks = <&tegra_car TEGRA30_CLK_CCLK_G>;
}; };
cpu@2 { cpu@2 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <2>; reg = <2>;
clocks = <&tegra_car TEGRA30_CLK_CCLK_G>;
}; };
cpu@3 { cpu@3 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <3>; reg = <3>;
clocks = <&tegra_car TEGRA30_CLK_CCLK_G>;
}; };
}; };