linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mikko Perttunen <mperttunen@nvidia.com>
To: thierry.reding@gmail.com, jonathanh@nvidia.com,
	robh+dt@kernel.org, mark.rutland@arm.com
Cc: digetx@gmail.com, amerilainen@nvidia.com, dnibade@nvidia.com,
	sgurrappadi@nvidia.com, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mikko Perttunen <mperttunen@nvidia.com>
Subject: [PATCH v2 3/6] arm64: tegra: Add VIC on Tegra186
Date: Tue,  5 Sep 2017 11:43:03 +0300	[thread overview]
Message-ID: <20170905084306.19318-4-mperttunen@nvidia.com> (raw)
In-Reply-To: <20170905084306.19318-1-mperttunen@nvidia.com>

Add a node for the Video Image Compositor on the Tegra186.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
---
v2:
- Fixed reg property in accordance with changed parent cells.

 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
index b1a3e404c7be..584bce64d41f 100644
--- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
@@ -371,6 +371,18 @@
 		#size-cells = <1>;
 
 		ranges = <0x15000000 0x0 0x15000000 0x01000000>;
+
+		vic@15340000 {
+			compatible = "nvidia,tegra186-vic";
+			reg = <0x15340000 0x40000>;
+			interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&bpmp TEGRA186_CLK_VIC>;
+			clock-names = "vic";
+			resets = <&bpmp TEGRA186_RESET_VIC>;
+			reset-names = "vic";
+
+			power-domains = <&bpmp TEGRA186_POWER_DOMAIN_VIC>;
+		};
 	};
 
 	gpu@17000000 {
-- 
2.14.1

  parent reply	other threads:[~2017-09-05  8:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-05  8:43 [PATCH v2 0/6] Host1x and VIC support for Tegra186 Mikko Perttunen
2017-09-05  8:43 ` [PATCH v2 1/6] arm64: tegra: Add #power-domain-cells for BPMP Mikko Perttunen
2017-10-19 10:49   ` Thierry Reding
2017-09-05  8:43 ` [PATCH v2 2/6] arm64: tegra: Add host1x on Tegra186 Mikko Perttunen
2017-10-19 10:50   ` Thierry Reding
2017-09-05  8:43 ` Mikko Perttunen [this message]
2017-10-19 10:50   ` [PATCH v2 3/6] arm64: tegra: Add VIC " Thierry Reding
2017-09-05  8:43 ` [PATCH v2 4/6] dt-bindings: host1x: Add Tegra186 information Mikko Perttunen
2017-09-12 21:49   ` Rob Herring
2017-10-19 11:39   ` Thierry Reding
2017-09-05  8:43 ` [PATCH v2 5/6] gpu: host1x: Add Tegra186 support Mikko Perttunen
2017-10-19 11:39   ` Thierry Reding
2017-09-05  8:43 ` [PATCH v2 6/6] drm/tegra: Add Tegra186 support for VIC Mikko Perttunen
2017-10-19 11:40   ` Thierry Reding
2017-09-05 11:10 ` [PATCH v2 0/6] Host1x and VIC support for Tegra186 Daniel Vetter
2017-09-05 11:28   ` Mikko Perttunen

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=20170905084306.19318-4-mperttunen@nvidia.com \
    --to=mperttunen@nvidia.com \
    --cc=amerilainen@nvidia.com \
    --cc=devicetree@vger.kernel.org \
    --cc=digetx@gmail.com \
    --cc=dnibade@nvidia.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sgurrappadi@nvidia.com \
    --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).