ARM: tegra: Let the EMC hardware use the EMC clock

The EMC hardware block needs access to the EMC clock in order to scale
the external memory frequency. Add the clocks property so that drivers
for the EMC can acquire a reference to the EMC clock.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2019-12-22 12:39:18 +01:00
Родитель e42617b825
Коммит 0cebea3ab0
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -625,6 +625,8 @@
emc: emc@7001b000 {
compatible = "nvidia,tegra124-emc";
reg = <0x0 0x7001b000 0x0 0x1000>;
clocks = <&tegra_car TEGRA124_CLK_EMC>;
clock-names = "emc";
nvidia,memory-controller = <&mc>;
};