Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1612775

[PATCH 2/2] arm64: tegra: Add GPU node for Tegra 186

From Alexandre Courbot <acourbot@nvidia.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] arm64: tegra: Add GPU node for Tegra 186
Date 2017-03-30 11:30 +0200
Message-ID <tqEyZ-4dN-3@gated-at.bofh.it> (permalink)
References <tqEyZ-4dN-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add the DT node for the GP10B GPU on Tegra 186.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
index b4c71b519289..7ada0c5b0581 100644
--- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
@@ -660,6 +660,24 @@
 		};
 	};
 
+	gpu@17000000 {
+		compatible = "nvidia,gp10b";
+		reg = <0x0 0x17000000 0x0 0x1000000>
+		      <0x0 0x18000000 0x0 0x1000000>;
+		interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH
+			      GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
+		interrupt-names = "stall", "nonstall";
+
+		clocks = <&bpmp TEGRA186_CLK_GPCCLK>,
+			 <&bpmp TEGRA186_CLK_GPU>;
+		clock-names = "gpu", "pwr";
+		resets = <&bpmp TEGRA186_RESET_GPU>;
+		reset-names = "gpu";
+		status = "disabled";
+
+		power-domains = <&bpmp TEGRA186_POWER_DOMAIN_GPU>;
+	};
+
 	sysram@30000000 {
 		compatible = "nvidia,tegra186-sysram", "mmio-sram";
 		reg = <0x0 0x30000000 0x0 0x50000>;
-- 
2.12.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 2/2] arm64: tegra: Add GPU node for Tegra 186 Alexandre Courbot <acourbot@nvidia.com> - 2017-03-30 11:30 +0200
  [PATCH v2] dt-bindings: Add documentation for GP10B GPU Alexandre Courbot <acourbot@nvidia.com> - 2017-03-30 11:30 +0200
    Re: [PATCH v2] dt-bindings: Add documentation for GP10B GPU Thierry Reding <thierry.reding@gmail.com> - 2017-03-31 15:00 +0200
      Re: [PATCH v2] dt-bindings: Add documentation for GP10B GPU Alexandre Courbot <gnurou@gmail.com> - 2017-04-08 12:30 +0200
    Re: [PATCH v2] dt-bindings: Add documentation for GP10B GPU Rob Herring <robh@kernel.org> - 2017-04-03 18:00 +0200
    Re: [PATCH v2] dt-bindings: Add documentation for GP10B GPU Thierry Reding <thierry.reding@gmail.com> - 2017-04-04 15:30 +0200
  [PATCH v2] arm64: tegra: Add GPU node for Tegra 186 Alexandre Courbot <acourbot@nvidia.com> - 2017-03-30 11:30 +0200
    Re: [PATCH v2] arm64: tegra: Add GPU node for Tegra 186 Thierry Reding <thierry.reding@gmail.com> - 2017-04-04 15:30 +0200

csiph-web