Skip to content

Commit

Permalink
ARM: tegra: Add memory controller support for Tegra124
Browse files Browse the repository at this point in the history
Add the memory controller and wire up the interrupt that is used to
report errors. Provide a reference to the memory controller clock and
mark the device as being an IOMMU by adding an #iommu-cells property.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Dec 4, 2014
1 parent c6f70a4 commit b26ea06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/tegra124.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,17 @@
reset-names = "fuse";
};

mc: memory-controller@0,70019000 {
compatible = "nvidia,tegra124-mc";
reg = <0x0 0x70019000 0x0 0x1000>;
clocks = <&tegra_car TEGRA124_CLK_MC>;
clock-names = "mc";

interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;

#iommu-cells = <1>;
};

sata@0,70020000 {
compatible = "nvidia,tegra124-ahci";

Expand Down

0 comments on commit b26ea06

Please sign in to comment.