Commit 2eb8e1a4 authored by Sowjanya Komatineni's avatar Sowjanya Komatineni Committed by Thierry Reding

arm64: tegra: Add reset-cells to memory controller

Tegra210 device tree is missing reset-cells property for the memory
controller node. This patch adds it.
Signed-off-by: default avatarSowjanya Komatineni <skomatineni@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b4f99176
......@@ -894,6 +894,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