Commit 0cebea3a authored by Thierry Reding's avatar Thierry Reding

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: default avatarThierry Reding <treding@nvidia.com>
parent e42617b8
......@@ -625,6 +625,8 @@ mc: memory-controller@70019000 {
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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment