From: hdoyu@nvidia.com Date: Wed, 9 May 2012 21:42:31 +0000 (+0000) Subject: ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes X-Git-Tag: v3.5-rc1~69^2~1^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a82f2b38ee2d8b185a6d5ee2d5783e8a4c8c53d;p=karo-tx-linux.git ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes Add Tegra MC(Memory Controller) nodes for tegra20.dtsi. Signed-off-by: Hiroshi DOYU Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 24129fb507a5..548b42eebd53 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -211,5 +211,12 @@ compatible = "nvidia,tegra20-ahb"; reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */ }; + + mc { + compatible = "nvidia,tegra20-mc"; + reg = <0x7000f000 0x024 + 0x7000f03c 0x3c4>; + interrupts = <0 77 0x04>; + }; };