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

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
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment