From: Simon Glass Date: Mon, 2 Apr 2012 13:19:00 +0000 (+0000) Subject: fdt: tegra: Add EMC node to device tree X-Git-Tag: v2012.07-rc1~144^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f47efa87a00dd98d61937c7040c8d2590d8b16f;p=u-boot fdt: tegra: Add EMC node to device tree Add a definition of the memory controller node according to the bindings here: http://patchwork.ozlabs.org/patch/132928/ Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi index d5ca02c5f5..bc64f429e6 100644 --- a/arch/arm/dts/tegra20.dtsi +++ b/arch/arm/dts/tegra20.dtsi @@ -193,4 +193,11 @@ clocks = <&tegra_car 59>; /* PERIPH_ID_USB3 */ }; + emc@7000f400 { + #address-cells = < 1 >; + #size-cells = < 0 >; + compatible = "nvidia,tegra20-emc"; + reg = <0x7000f400 0x200>; + }; + };