Skip to content

Commit 2eb8e1a

Browse files
Sowjanya Komatinenithierryreding
authored andcommitted
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: Sowjanya Komatineni <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent b4f9917 commit 2eb8e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@
894894
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
895895

896896
#iommu-cells = <1>;
897+
#reset-cells = <1>;
897898
};
898899

899900
emc: external-memory-controller@7001b000 {

0 commit comments

Comments
 (0)