ARM: tegra: Add #reset-cells to Tegra124 memory controller
authorThierry Reding <treding@nvidia.com>
Thu, 11 Jun 2020 17:48:51 +0000 (19:48 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 25 Jun 2020 07:29:43 +0000 (09:29 +0200)
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: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124.dtsi

index 9e8d125..ea4cf05 100644 (file)
                interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
 
                #iommu-cells = <1>;
+               #reset-cells = <1>;
        };
 
        emc: external-memory-controller@7001b000 {