diff options
author | Thierry Reding <treding@nvidia.com> | 2014-04-16 03:09:34 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-12-04 10:16:14 -0500 |
commit | b26ea06babf5026f68d5da98edfc164f8aee7346 (patch) | |
tree | 1031cbe8d9d9f64145b6bbd592cbb45e514e0619 | |
parent | c6f70a4d175bcecd56e0ba541ecf6905b4fb80fe (diff) |
ARM: tegra: Add memory controller support for Tegra124
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>
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index af2eace5eb63..5fcc6e704faa 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi | |||
@@ -552,6 +552,17 @@ | |||
552 | reset-names = "fuse"; | 552 | reset-names = "fuse"; |
553 | }; | 553 | }; |
554 | 554 | ||
555 | mc: memory-controller@0,70019000 { | ||
556 | compatible = "nvidia,tegra124-mc"; | ||
557 | reg = <0x0 0x70019000 0x0 0x1000>; | ||
558 | clocks = <&tegra_car TEGRA124_CLK_MC>; | ||
559 | clock-names = "mc"; | ||
560 | |||
561 | interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; | ||
562 | |||
563 | #iommu-cells = <1>; | ||
564 | }; | ||
565 | |||
555 | sata@0,70020000 { | 566 | sata@0,70020000 { |
556 | compatible = "nvidia,tegra124-ahci"; | 567 | compatible = "nvidia,tegra124-ahci"; |
557 | 568 | ||