arm64: tegra: Add VIC support on Tegra194
authorThierry Reding <treding@nvidia.com>
Fri, 23 Nov 2018 12:31:37 +0000 (13:31 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 3 Dec 2018 15:31:32 +0000 (16:31 +0100)
Tegra194 has a version of VIC that is very similar to that on Tegra186.
Add the device tree node for it that is enabled by default.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index 0e6d89c..0ce8efb 100644 (file)
                                };
                        };
 
+                       vic@15340000 {
+                               compatible = "nvidia,tegra194-vic";
+                               reg = <0x15340000 0x00040000>;
+                               interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&bpmp TEGRA194_CLK_VIC>;
+                               clock-names = "vic";
+                               resets = <&bpmp TEGRA194_RESET_VIC>;
+                               reset-names = "vic";
+
+                               power-domains = <&bpmp TEGRA194_POWER_DOMAIN_VIC>;
+                       };
+
                        dpaux0: dpaux@155c0000 {
                                compatible = "nvidia,tegra194-dpaux";
                                reg = <0x155c0000 0x10000>;