ARM: dts: tegra20: Add clock entry to External Memory Controller

Add clock entry into the EMC DT node.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Dmitry Osipenko 2018-10-21 21:30:49 +03:00 committed by Thierry Reding
parent 279e57c39e
commit cd9f69800b
1 changed files with 1 additions and 0 deletions

View File

@ -633,6 +633,7 @@
compatible = "nvidia,tegra20-emc";
reg = <0x7000f400 0x200>;
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA20_CLK_EMC>;
#address-cells = <1>;
#size-cells = <0>;
};