Commit 571c3d37 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Add #reset-cells to Tegra124 memory controller



The memory controller exposes a set of memory client resets and needs to
specify the #reset-cells property in order to advertise the number of
cells needed to describe each of the resets.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9061a805
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -622,6 +622,7 @@ mc: memory-controller@70019000 {
		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;

		#iommu-cells = <1>;
		#reset-cells = <1>;
	};

	emc: external-memory-controller@7001b000 {