[RFC PATCH 2/4] ARM: tegra: Add Tegra124 EMC support

From: Tomeu Vizoso
Date: Mon Jun 16 2014 - 09:36:08 EST


Add a device node for the EMC found on Tegra124.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@xxxxxxxxxxxxx>
---
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@7001b000 {
+ compatible = "nvidia,tegra124-emc";
+ reg = <0x00 0x7001b000 0x00 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ clocks = <&tegra_car 57>;
+ clock-names = "emc";
+ };
+
sdhci@0,700b0000 {
compatible = "nvidia,tegra124-sdhci";
reg = <0x0 0x700b0000 0x0 0x200>;
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/