diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-11 19:48:51 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-06-25 09:29:43 +0200 |
commit | 571c3d37ee99aebcd4f33ec970633489960350bc (patch) | |
tree | 259f6aafeaec818698db83e725d7932c7d5f8837 /arch/arm/boot/dts/tegra124.dtsi | |
parent | ARM: tegra: Add missing panel power supplies (diff) | |
download | linux-571c3d37ee99aebcd4f33ec970633489960350bc.tar.xz linux-571c3d37ee99aebcd4f33ec970633489960350bc.zip |
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: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 9e8d125e2746..ea4cf054fb3b 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -622,6 +622,7 @@ interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; #iommu-cells = <1>; + #reset-cells = <1>; }; emc: external-memory-controller@7001b000 { |