diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2017-03-30 05:28:28 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-04-04 11:15:05 -0400 |
commit | dfd7a3845a577e2350305609838bf31c08e4dec1 (patch) | |
tree | 1db8599e0f12ffdd2818ebac9bbceb9bcfa80c15 | |
parent | 116503a62a5ab6d79397500ab37239ce088f03e3 (diff) |
arm64: tegra: Add GPU node for Tegra186
Add the DT node for the GP10B GPU on Tegra186.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra186.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi index 3ea5e6369bc3..5e62e68ac053 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi | |||
@@ -2,6 +2,7 @@ | |||
2 | #include <dt-bindings/gpio/tegra186-gpio.h> | 2 | #include <dt-bindings/gpio/tegra186-gpio.h> |
3 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 3 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
4 | #include <dt-bindings/mailbox/tegra186-hsp.h> | 4 | #include <dt-bindings/mailbox/tegra186-hsp.h> |
5 | #include <dt-bindings/power/tegra186-powergate.h> | ||
5 | #include <dt-bindings/reset/tegra186-reset.h> | 6 | #include <dt-bindings/reset/tegra186-reset.h> |
6 | 7 | ||
7 | / { | 8 | / { |
@@ -347,6 +348,24 @@ | |||
347 | reg-names = "pmc", "wake", "aotag", "scratch"; | 348 | reg-names = "pmc", "wake", "aotag", "scratch"; |
348 | }; | 349 | }; |
349 | 350 | ||
351 | gpu@17000000 { | ||
352 | compatible = "nvidia,gp10b"; | ||
353 | reg = <0x0 0x17000000 0x0 0x1000000>, | ||
354 | <0x0 0x18000000 0x0 0x1000000>; | ||
355 | interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH | ||
356 | GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; | ||
357 | interrupt-names = "stall", "nonstall"; | ||
358 | |||
359 | clocks = <&bpmp TEGRA186_CLK_GPCCLK>, | ||
360 | <&bpmp TEGRA186_CLK_GPU>; | ||
361 | clock-names = "gpu", "pwr"; | ||
362 | resets = <&bpmp TEGRA186_RESET_GPU>; | ||
363 | reset-names = "gpu"; | ||
364 | status = "disabled"; | ||
365 | |||
366 | power-domains = <&bpmp TEGRA186_POWER_DOMAIN_GPU>; | ||
367 | }; | ||
368 | |||
350 | sysram@30000000 { | 369 | sysram@30000000 { |
351 | compatible = "nvidia,tegra186-sysram", "mmio-sram"; | 370 | compatible = "nvidia,tegra186-sysram", "mmio-sram"; |
352 | reg = <0x0 0x30000000 0x0 0x50000>; | 371 | reg = <0x0 0x30000000 0x0 0x50000>; |