Add a device node for the EMC found on Tegra124.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
---
 arch/arm/boot/dts/tegra124.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index 6e6bc4e..5aa42ff 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -449,6 +449,15 @@
                clock-names = "pclk", "clk32k_in";
        };

+       memory-controller at 7001b000 {
+               compatible = "nvidia,tegra124-emc";
+               reg = <0x00 0x7001b000 0x00 0x1000>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               clocks = <&tegra_car 57>;
+               clock-names = "emc";
+       };
+
        sdhci at 0,700b0000 {
                compatible = "nvidia,tegra124-sdhci";
                reg = <0x0 0x700b0000 0x0 0x200>;
-- 
1.9.3

Reply via email to