Skip to content

Commit 3341752

Browse files
digetxjoergroedel
authored andcommitted
ARM: dts: tegra20: Update Memory Controller node to the new binding
Device tree binding of Memory Controller has been changed: GART has been squashed into the MC, there are a new mandatory clock and #iommu-cells properties, the compatible has been changed to 'tegra20-mc-gart'. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 53f986a commit 3341752

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

arch/arm/boot/dts/tegra20.dtsi

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -616,17 +616,14 @@
616616
};
617617

618618
mc: memory-controller@7000f000 {
619-
compatible = "nvidia,tegra20-mc";
620-
reg = <0x7000f000 0x024
621-
0x7000f03c 0x3c4>;
619+
compatible = "nvidia,tegra20-mc-gart";
620+
reg = <0x7000f000 0x400 /* controller registers */
621+
0x58000000 0x02000000>; /* GART aperture */
622+
clocks = <&tegra_car TEGRA20_CLK_MC>;
623+
clock-names = "mc";
622624
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
623625
#reset-cells = <1>;
624-
};
625-
626-
iommu@7000f024 {
627-
compatible = "nvidia,tegra20-gart";
628-
reg = <0x7000f024 0x00000018 /* controller registers */
629-
0x58000000 0x02000000>; /* GART aperture */
626+
#iommu-cells = <0>;
630627
};
631628

632629
memory-controller@7000f400 {

0 commit comments

Comments
 (0)