public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] arm64: tegra: Add reset-cells to mc
@ 2020-03-11  4:02 Sowjanya Komatineni
  2020-03-13  1:23 ` Sowjanya Komatineni
  0 siblings, 1 reply; 2+ messages in thread
From: Sowjanya Komatineni @ 2020-03-11  4:02 UTC (permalink / raw)
  To: skomatineni, thierry.reding, jonathanh, robh+dt, josephl,
	daniel.lezcano, mmaddireddy, nkristam
  Cc: devicetree, linux-tegra, linux-kernel

Tegra210 device tree is missing reset-cells property for mc node.

This patch fixes it.

Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
index 66dd1df..9241163 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
@@ -935,6 +935,7 @@
 		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
 
 		#iommu-cells = <1>;
+		#reset-cells = <1>;
 	};
 
 	sata@70020000 {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-13  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  4:02 [PATCH v1] arm64: tegra: Add reset-cells to mc Sowjanya Komatineni
2020-03-13  1:23 ` Sowjanya Komatineni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox