linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sowjanya Komatineni <skomatineni@nvidia.com>
To: <skomatineni@nvidia.com>, <thierry.reding@gmail.com>,
	<jonathanh@nvidia.com>, <frankc@nvidia.com>, <hverkuil@xs4all.nl>,
	<helen.koike@collabora.com>, <sboyd@kernel.org>
Cc: <linux-media@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-clk@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: [RFC PATCH v4 2/8] arm64: tegra: Add reset-cells to mc
Date: Sat, 14 Mar 2020 18:46:00 -0700	[thread overview]
Message-ID: <1584236766-24819-3-git-send-email-skomatineni@nvidia.com> (raw)
In-Reply-To: <1584236766-24819-1-git-send-email-skomatineni@nvidia.com>

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 d0eff92..5b1dfd8 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
@@ -894,6 +894,7 @@
 		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
 
 		#iommu-cells = <1>;
+		#reset-cells = <1>;
 	};
 
 	sata@70020000 {
-- 
2.7.4


  parent reply	other threads:[~2020-03-15  1:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-15  1:45 [RFC PATCH v4 0/8] Add Tegra driver for video capture Sowjanya Komatineni
2020-03-15  1:45 ` [RFC PATCH v4 1/8] arm64: tegra: Fix sor powergate clocks and reset Sowjanya Komatineni
2020-03-15  1:46 ` Sowjanya Komatineni [this message]
2020-03-15  1:46 ` [RFC PATCH v4 3/8] dt-bindings: clock: tegra: Add clk id for CSI TPG clock Sowjanya Komatineni
2020-03-15  1:46 ` [RFC PATCH v4 4/8] clk: tegra: Add Tegra210 CSI TPG clock gate Sowjanya Komatineni
2020-03-15  1:46 ` [RFC PATCH v4 5/8] dt-binding: tegra: Add VI and CSI bindings Sowjanya Komatineni
2020-03-15  1:46 ` [RFC PATCH v4 6/8] media: tegra: Add Tegra210 Video input driver Sowjanya Komatineni
2020-03-18 12:21   ` Hans Verkuil
2020-03-18 16:17     ` Sowjanya Komatineni
2020-03-15  1:46 ` [RFC PATCH v4 7/8] MAINTAINERS: Add Tegra Video driver section Sowjanya Komatineni
2020-03-15  1:46 ` [RFC PATCH v4 8/8] arm64: tegra: Add Tegra VI CSI support in device tree Sowjanya Komatineni
2020-03-15 12:54   ` Dmitry Osipenko
2020-03-15 22:21     ` Sowjanya Komatineni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584236766-24819-3-git-send-email-skomatineni@nvidia.com \
    --to=skomatineni@nvidia.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frankc@nvidia.com \
    --cc=helen.koike@collabora.com \
    --cc=hverkuil@xs4all.nl \
    --cc=jonathanh@nvidia.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=sboyd@kernel.org \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).