[U-Boot] [PATCH v3 20/23] fdt: tegra: Add EMC node to device tree
Simon Glass
sjg at chromium.org
Tue Apr 3 01:19:00 CEST 2012
Add a definition of the memory controller node according to the bindings
here:
http://patchwork.ozlabs.org/patch/132928/
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/dts/tegra20.dtsi | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi
index d5ca02c..bc64f42 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 at 7000f400 {
+ #address-cells = < 1 >;
+ #size-cells = < 0 >;
+ compatible = "nvidia,tegra20-emc";
+ reg = <0x7000f400 0x200>;
+ };
+
};
--
1.7.7.3
More information about the U-Boot
mailing list