ARM: dts: tegra20: Add clock entry to External Memory Controller
authorDmitry Osipenko <digetx@gmail.com>
Sun, 21 Oct 2018 18:30:49 +0000 (21:30 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Nov 2018 11:45:07 +0000 (12:45 +0100)
Add clock entry into the EMC DT node.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi

index 526f623..dcad6d6 100644 (file)
                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>;
        };